-- ################################################################################ -- -- File: triplerock.CS.Berkeley.EDU:/private/S2K/Meta/FGDC/Src/FGDC_Meta4.msql -- And now, at last, we wire the whole thing together with duct tape, -- string, and a gob of spittle!! -- begin transaction; -- create table Metadatas of new type Metadata_t ( DataId oid not null, Identification_Information ref(Identification_Information_t) not null, Status_Information ref(Status_Information_t) not null, Metadata_Reference_Information ref(Metadata_Reference_Information_t) not null ); -- end transaction; -- -- YeeeeeeeeeeeeeHa! --