I need to make a table with these fields:
prof_name varchar2(20)
subject_code varchar2(5)
dept varchar2(5)
The constraint on this table is that one professor can take, at most, two subjects. This means that the name of the professor appear, at most, two times in the prof_name column. How could this table be constructed in SQL?
Software/Hardware used:
ASKED:
September 16, 2008 6:32 PM
UPDATED:
September 19, 2008 7:46 PM