Delete a PostgreSQL database
Delete a PostgreSQL user
Delete a PostgreSQL table
Delete a PostgreSQL view
DROP VIEW viewname;
Drops an existing view from the current database.
Drop active_users view
DROP VIEW active_users;
Delete a PostgreSQL index
Create a new PostgreSQL view
Delete a PostgreSQL function