[solved] – Question 76373
When adding a column to a table, what is the keyword used to make values for the column required? Think how you would avoid that column being empty (no value).
NULL
NOT NULL
PRIMARY KEY
UNIQUE
Expert Answer
OR
When adding a column to a table, what is the keyword used to make values for the column required? Think how you would avoid that column being empty (no value).
NULL
NOT NULL
PRIMARY KEY
UNIQUE
OR