Multiple Choice
What happens once the following command is executed? ALTER TABLE ORDERS
ADD FOREIGN KEY (CLIENT_ID) REFERENCES CLIENT (CLIENT_ID) ;
A) The DBMS will reject updates to the ORDERS table with CLIENT_ID values missing from the CLIENT table.
B) The DBMS will reject the insertion of rows that have different primary keys but are otherwise identical into the ORDERS table.
C) The DBMS will reject updates to the CLIENT table with CLIENT_ID values missing from the ORDERS table.
D) The DBMS will ensure that only legal values are entered into the CLIENT_ID column in the ORDERS table.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Which statement about views is correct?<br>A) A
Q9: An index _.<br>A) involves complexities that are
Q10: When you specify a foreign key, the
Q11: Updating a database using a view can
Q12: Which privilege should be granted to users
Q14: Views furnish a certain amount of security;
Q15: A database can be readily updated through
Q16: The CREATE VIEW command includes the words
Q17: In Oracle, which table contains information about
Q18: Which MySQL command displays all tables associated