Which of the following is NOT used for getting auto-incremented value of a IDENTITY Column in SQL Server?

 Posted by Bandi on 9/24/2013 | Category: Sql Server Interview questions | Views: 3036 | Points: 40
Select from following answers:
  1. SCOPE_IDENTITY()
  2. @@IDENTITY
  3. IDENT_CURRENT('TableName')
  4. MAX(id)
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response