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 PACKAGE in Oracle
Forget Code
Oracle
DROP PACKAGE
DROP PACKAGE
statement drops body and specification of a package from the database.
Syntax:
DROP PACKAGE Package_Name;
Example:
DROP PACKAGE emp_salary;
Note:
Dependent objects will be invalid when package is dropped.
Contribute to Forget Code, help others.
Add snippet