What would be the output of below query? Select @@Identity;

 Posted by vishalneeraj-24503 on 11/5/2014 | Category: Sql Server Interview questions | Views: 1791 | Points: 40
Answer:

Output would be Null. Above query returns Null as in current session no rows are inserted in any table.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response