Home »
MCQs »
SQL MCQs »
SQL Auto Increment, Like, Commit and Rollback MCQs
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?
- UNIQUE
- IDENTITY
- INCREMENT
- ADD
Answer: B) IDENTITY
Explanation:
IDENTITY keyword is used in SQL Server to implement the auto-increment.