Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

oracle sql drop table

DROP TABLE my_table;
-- To 'really' free space
DROP TABLE my_table PURGE;
 
PREVIOUS NEXT
Tagged: #oracle #sql #drop #table
ADD COMMENT
Topic
Name
8+6 =