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