Question: Limit to 1000 rows 1 E CREATE Table Course ( 2 CourseRowId int (11) NOT NULL AUTO INCREMENT, CourseId varchar (15) NOT NULL DEFAULT, InstructorId


Limit to 1000 rows 1 E CREATE Table Course ( 2 CourseRowId int (11) NOT NULL AUTO INCREMENT, CourseId varchar (15) NOT NULL DEFAULT, InstructorId int (11) NOT NULL DEFAULT '0, CreditHrs' int(11) NOT NULL DEFAULT .0', PRIMARY KEY ( CourseRowId) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; REATE Table . Instructor. ( 9 10 InstructorRowId int (11) NOT NULL AUTO INCREMENT, FirstName varchar (50) NOT NULL DEFAULT ", LastName varchar(50) NOT NULL DEFAULT'", ProfessorRating varchar (15) NOT NULL DEFAULT ', 12 13 14 15 16 17 PRIMARY KEY(InstructorRowId ) )ENGINE=InnoDB DEFAULT CHARSET=latin1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
