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