Computer Science, asked by safrinists, 2 months ago

DELETE FROM dept WHERE dept_id = 901;
The above delete statement throws an integrity constraint error because a child record was found. What could we do to make the statement execute?

Select one:

You cannot make the command execute.

Add the FORCE keyword to the command.

Delete the child records first.

Add the "CONSTRAINTS CASCADE" option to the command​

Answers

Answered by shravanpatel696
0

Explanation:

dtifyogljvckgxjgxkhglhvjtxiyfohcidyiiy

Answered by renjitg2000renju
1

Answer:

Delete child records first

Explanation:

De

Similar questions