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, 2794🔥, 0💬
Popular Posts:
What Happens to Your Transactions When ERROR 1213 Occurred in MySQL? If your transaction receives th...
What is sqlservr.exe - Process - SQL Server (SQLEX?PRESS) in SQL Server? Process sqlservr.exe is the...
What Happens to the Current Transaction If a START TRANSACTION Is Executed in MySQL? If you are in a...
What Happens If the Imported Table Already Exists in Oracle? If the import process tries to import a...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...