Multiple Choice
During the database redesign process,you discover that when you try to change a DEPARTMENT name (the department's primary key) ,the change is disallowed by the DBMS due to your design of the EMPLOYEE table (which has a foreign key referencing DEPARTMENT) You want the change to be allowed.In order to fix this,you use what SQL syntax?
A) ON UPDATE CASCADE
B) ON DELETE CASCADE
C) ADD CONSTRAINT
D) FOREIGN KEY
Correct Answer:

Verified
Correct Answer:
Verified
Q50: A continuous circular process of changes in
Q51: When changing column data types,which of the
Q52: When dropping a foreign key column from
Q53: To add a NOT NULL column to
Q54: A doubly nested set of NOT EXISTS
Q56: When dropping tables and relationships,which of the
Q57: What is the process and what are
Q58: Which of the following is not a
Q59: The EXISTS keyword will be true if
Q60: In a correlated subquery,the same table is