---------------------------------------------------------------- -- -- Table droping scripts for class mrna -- ---------------------------------------------------------------- -- -- Schema -- alter session set current_schema=rsat; ---------------------------------------------------------------- -- -- Main table - mrna -- DROP TABLE mrna; ---------------------------------------------------------------- -- -- Multivalue attributes - mrna -- DROP TABLE mrna_db_xref; DROP TABLE mrna_note; ---------------------------------------------------------------- -- -- Expanded attributes - mrna -- ---------------------------------------------------------------- -- -- Quit -- quit;