Tabel drop-toys

drop table toys ;

select table_name
from   user_tables
where  table_name = 'TOYS';
Fragile Ferret