Boston University






Two options:


Dept(id CHAR(7), name VARCHAR(20), num_majors INT)

'history & literature' need a delimiter? its length is the max. length for its field

id, which is a CHAR(7)name, which is a VARCHAR(20)num_majors, which is an INT7 + 20 + 4 = 31
















