Solved

To Add a NOT NULL Column to a Table,we ________

Question 53

Multiple Choice

To add a NOT NULL column to a table,we ________.


A) use the REVISE TABLE command
B) use the ALTER TABLE command
C) use the MODIFY TABLE command
D) create a new NULL column,insert data values into every row,and change the NULL constraint to NOT NULL

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions