---------------------------------------------------------------- -- -- Table droping scripts for class trna -- ---------------------------------------------------------------- -- -- Schema -- alter session set current_schema=rsat; ---------------------------------------------------------------- -- -- Main table - trna -- DROP TABLE trna; ---------------------------------------------------------------- -- -- Multivalue attributes - trna -- DROP TABLE trna_db_xref; DROP TABLE trna_function; DROP TABLE trna_locus_tag; DROP TABLE trna_names; DROP TABLE trna_note; ---------------------------------------------------------------- -- -- Expanded attributes - trna -- ---------------------------------------------------------------- -- -- Quit -- quit;