Collections:
Drop an Existing View in Oracle
How To Drop an Existing View in Oracle?
✍: FYIcenter.com
If you have an existing view, and you don't want it anymore, you can delete it by using the DROP VIEW statement as shown in the following script:
DROP VIEW employee_department; View dropped.
⇒ Understanding SQL DML Statements for Oracle
2020-02-07, 2171🔥, 0💬
Popular Posts:
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
Where to find MySQL database server tutorials? Here is a collection of tutorials, tips and FAQs for ...
How To Get a List of All Tables with "sys.tables" View in SQL Server? If you want to see the table y...
What Is SQL*Plus in Oracle? SQL*Plus is an interactive and batch query tool that is installed with e...