SQL question. Which option(s) are correct: In the COMPANY database, used in lectures, the following statement creates a table: CREATE TABLE EMPLOYEE ( ... FOREIGN KEY(DNO)REFERENCES DEPARTMENT(DNUMBER)ON DELETE SET DEFAULT ON UPDATE CASCADE, FOREIGN KEY(SUPERSSN)REFERENCES EMPLOYEE(SSN)ON DELETE SET NULL ON UPDATE CASCADE, ... ); What will happen if an employee's social security number (SSN) changes? Select one or more: a. The SUPERSSN value will be set to NULL for all employees supervised by that employee. b. The SSN value will automatically change for that employee's supervisor. c. The SUPERSSN value will automatically change for all employees supervised by that employee. d. The SSN value will be set to NULL for that employee's supervisor. e. None of the above.

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter12: Subqueries And Merge Statements
Section: Chapter Questions
Problem 19MC
icon
Related questions
Question

SQL question. Which option(s) are correct:

 

In the COMPANY database, used in lectures, the following statement creates a table:

 

CREATE TABLE EMPLOYEE (
...

  FOREIGN KEY(DNO)REFERENCES DEPARTMENT(DNUMBER)ON DELETE SET DEFAULT ON UPDATE CASCADE,

  FOREIGN KEY(SUPERSSN)REFERENCES EMPLOYEE(SSN)ON DELETE SET NULL ON UPDATE CASCADE,

...

);

What will happen if an employee's social security number (SSN) changes?

 

Select one or more:

a.

The SUPERSSN value will be set to NULL for all employees supervised by that employee.

b.

The SSN value will automatically change for that employee's supervisor.

c.

The SUPERSSN value will automatically change for all employees supervised by that employee.

d.

The SSN value will be set to NULL for that employee's supervisor.

e.

None of the above.

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
SQL Query
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning