Your created a trigger report the number of rows in the Deleted table during its operation.

Which of the following statements would you included when defining this trigger to accomplish this goal ?

 Posted by Rajkatie on 12/31/2012 | Category: Sql Server Interview questions | Views: 6324 | Points: 40
Select from following answers:
  1. SELECT * FROM Deleted
  2. SELECT COUNT(*) FROM Deleted
  3. SELECT COUNT(*) FROM Inserted
  4. All Above

Show Correct Answer


Source: Measureup.com | | Alert Moderator 

Comments or Responses

Login to post response