---------------------------------------------------------------- -- -- Table droping scripts for class scrna -- ---------------------------------------------------------------- -- -- Schema -- alter session set current_schema=rsat; ---------------------------------------------------------------- -- -- Main table - scrna -- DROP TABLE scrna; ---------------------------------------------------------------- -- -- Multivalue attributes - scrna -- DROP TABLE scrna_db_xref; DROP TABLE scrna_note; ---------------------------------------------------------------- -- -- Expanded attributes - scrna -- ---------------------------------------------------------------- -- -- Quit -- quit;