View the Exhibit.
Which statement regarding the dept and emp tables is true?
A.
When you delete a row from the emp table, automatically the corresponding rows are updated with null values in the dept table.
B.
When you delete a row from the emp table, you would receive a constraint violation error.
C.
When you delete a row from the dept table, you would receive a constraint violation error.
D.
When you delete a row from the dept table, automatically the corresponding rows are deleted from the emp table.
E.
When you delete a row from the emp table, automatically the corresponding rows are deleted from the dept table.
F.
When you delete a row from the dept table, automatically the corresponding rows are updated