Which statement is True about IDENT_CURRENT function in Sql Server?

 Posted by vishalneeraj-24503 on 2/3/2015 | Category: Sql Server Interview questions | Views: 2242 | Points: 40
Select from following answers:
  1. It function returns the Last Identity Value for a Table in any session and any scope.
  2. It is not affected by scope and session,it only depends on a particular table and returns that table related identity value which is generated in any session or scope.
  3. It also returns an Integer values.
  4. It can retrieve Last Inserted value even we switch to new query window.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response