Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. singjiu

    Insert ref data into nested table

    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...

Part and Inventory Search

Back
Top