You are creating a trigger that will report the number of rows in the Inserted table during its operation.

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

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

Show Correct Answer


Source: Microsoft Press book | | Alert Moderator 

Comments or Responses

Login to post response