Question: Write SQL commands that will (a) create a table called Qualified with fields: FacultyID numeric size 4 CourseID alphanumeric size 7 DateQualified standard date format.
Write SQL commands that will
(a) create a table called Qualified with fields:
FacultyID numeric size 4
CourseID alphanumeric size 7
DateQualified standard date format. YYYY/mo/day
(b) which field did you select as the primary key? Why?
(c) that will add FacultyID 2144, CourseID ISM3144, DateQualified 2016/09/23
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
