Which keyword is used in SQL Server to implement the auto increment?

3. Which keyword is used in SQL Server to implement the auto increment?

  1. UNIQUE
  2. IDENTITY
  3. INCREMENT
  4. ADD

Answer: B) IDENTITY

Explanation:

IDENTITY keyword is used in SQL Server to implement the auto-increment.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.