Delete a PostgreSQL database
Delete a PostgreSQL user
Create a new PostgreSQL table
Delete a PostgreSQL table
DROP TABLE tablename;
Drops an existing table from the current database.
Drop users table
DROP TABLE users;
Delete a PostgreSQL index
Delete a PostgreSQL view
Delete a PostgreSQL function