Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Choose Category
DROP VIEW in Oracle
Forget Code
Oracle
DROP VIEW
DROP VIEW - drops any specified view in the oracle database
Syntax: DROP VIEW View_Name;
Example:
DROP VIEW EMPLOYEE_VW;
Note:
- Statements referring to the view will be invalidated on a DROP VIEW statement.
- In case of any dependent views or open cursors , DROP VIEW will not be allowed.
- Dependent View must be dropped before dropping any parent objects (table).
Contribute to Forget Code, help others.
Add snippet