C) Manufacturing operations
D) Outbound logistics
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
Which of the following is not true of MUST constraint?
A) It may be needed in ternary relationships to enforce special business rules.
B) It can be expressed directly in a relational model.
C) It must be enforced by program code.
D) It requires that one entity be combined with another entity.