Question: statement below. CREATE TABLE Department ( Code TINYINT UNSIGNED NOT NULL, Name VARCHAR(20), ManagerID SMALLINT ); Which alteration to the CREATE TABLE statement prevents ManagerID
statement below. CREATE TABLE Department ( Code TINYINT UNSIGNED NOT NULL, Name VARCHAR(20), ManagerID SMALLINT ); Which alteration to the CREATE TABLE statement prevents ManagerID from being NULL? Group of answer choices ManagerID NOT NULL SMALLINT ManagerID NOT NULL ManagerID SMALLINT NOT NULL
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
