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