SQL Rename View
The following command will renamehigh_priced_units
to luxury_units
.
PostgreSQL
MySQL
SQL Server
Oracle
ALTER VIEW high_priced_units RENAME TO luxury_units;