Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume, that a relational table EMPLOYEE contains a column project_name with the names of the projects, the employees are working on. A column project_name is
Assume, that a relational table EMPLOYEE contains a column project_name with the names of the projects, the employees are working on. A column project_name is a foreign key referencing a primary key project_name in a relational table PROJECT. The foreign key has no clause ON DELETE CASCADE attached. What is a correct order of deleting the project specifications from a relational table PROJECT ? a. Delete the project first and delete employees working on a deleted project next b. It is impossible to implement such deletion because ON DELETE CASCADE clause is not attached to a foreign key c. Delete all employees working in the project first and then delete the project d. Delete a project and the employees working on the project will be deleted automatically
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started