Tag: databases
Questions Related to databases
Specify the actions, one can perform with ALTER TABLE statement. Choose all that apply.
What is true about PRIMARY KEY? Choose all that apply
What is true about NOT NULL constraint? Choose all that apply
What is true about CHECK constraint? Choose all that apply
What is true about FOREIGN KEY constraint? Choose all that apply
Using ALTER TABLE command one can only ADD or DROP a constraint, but NOT MODIFY it's structure.