Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

drop table

drop table toys;

select table_name
from   user_tables
where  table_name = 'TOYS';
Source by livesql.oracle.com #
 
PREVIOUS NEXT
Tagged: #drop #table
ADD COMMENT
Topic
Name
5+9 =