To change a column that currently rejects null values so that it accepts null values, use the ____ clause of the ALTER TABLE command

A. ACCEPT NULLS
B. MODIFY
C. ADD NULLS
D. CREATE

Answer: B

Computer Science & Information Technology

You might also like to view...

By default, all cells in a worksheet are:

A) unlocked. B) unlocked on selected cells. C) locked on selected cells. D) locked.

Computer Science & Information Technology

Class string has member function __________ to interchange the data stored in two string objects

a. exchange b. switch c. swap d. copyto

Computer Science & Information Technology