Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

drop-toys-table

drop table toys ;

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