Multiple Choice
What does this SQL command accomplish? ALTER TABLE PRODUCTS
ADD CHECK (SIZE IN ('S', 'M', 'L', 'XL', 'XXL') ) ;
A) updates all values in the SIZE column
B) adds a parent-child constraint to the PRODUCTS table
C) establishes a foreign key for the PRODUCTS table
D) establishes legal values for the SIZE column
Correct Answer:

Verified
Correct Answer:
Verified
Q16: The CREATE VIEW command includes the words
Q17: In Oracle, which table contains information about
Q18: Which MySQL command displays all tables associated
Q19: The purpose of creating databases indexes is
Q20: Adding rows to a view is most
Q22: An index makes certain types of retrieval
Q23: When renaming columns for a view, you
Q24: What happens if Samantha, whose view of
Q25: Which of the following commands deletes an
Q26: Which privilege can be granted to allow