SQL> create table myTable 2 (c1 number primary key, 3 c2 blob);Table created.SQL>SQL> drop table myTable;Table dropped.