I have listed some of the important codes.
create type subject_type as object
(subject_id char(7), subject_name varchar(50), semester integer, location
varchar(20), day_taught date, sub_school ref school_type);
create type sub_ref_type as object
(subj ref subject_type, semester date);
create...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.