About
Blog
Tutorials
SQL
DROP VIEW
The following command will drop a view called
luxury_apartments
.
-- Works for PostgreSQL, MySQL, SQL Server, and Oracle DROP VIEW luxury_apartments;