---------------------------------------------------------------- -- -- Table droping scripts for class cds -- ---------------------------------------------------------------- -- -- Schema -- alter session set current_schema=rsat; ---------------------------------------------------------------- -- -- Main table - cds -- DROP TABLE cds; ---------------------------------------------------------------- -- -- Multivalue attributes - cds -- DROP TABLE cds_ec_number; DROP TABLE cds_db_xref; DROP TABLE cds_exons; DROP TABLE cds_function; DROP TABLE cds_introns; DROP TABLE cds_locus_tag; DROP TABLE cds_names; DROP TABLE cds_note; DROP TABLE cds_transl_except; DROP TABLE cds_transl_table; DROP TABLE cds_translation; ---------------------------------------------------------------- -- -- Expanded attributes - cds -- ---------------------------------------------------------------- -- -- Quit -- quit;