Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Danli on Oct 20, 2016



Title: Which of the following code samples shows a trigger that would intercept a DELETE before it ...
Post by: Danli on Oct 20, 2016
Which of the following code samples shows a trigger that would intercept a DELETE before it happens?
A) CREATE TRIGGER tr_RemoveCustomer ON Customer
INSTEAD OF DELETE
B) CREATE TRIGGER tr_RemoveCustomer ON Customer
AFTER DELETE
C) CREATE TRIGGER tr_RemoveCustomer ON Customer
FOR DELETE
D) None of the above


Title: Re: Which of the following code samples shows a trigger that would intercept a DELETE before it ...
Post by: Dylano on Oct 20, 2016
Content hidden


Title: Re: Which of the following code samples shows a trigger that would intercept a DELETE before it ...
Post by: Danli on Nov 24, 2016
Just what I needed, delivered at the right time too