Home »
MCQs »
SQL MCQs »
SQL Auto Increment, Like, Commit and Rollback MCQs
Which of the following is TRUE about SQL Auto Increment?
1. Which of the following is TRUE about SQL Auto Increment?
- It increments the unique number automatically.
- It decrements the unique number automatically.
- It keeps the unique number constant
- None of the above
Answer: A) It increments the unique number automatically
Explanation:
SQL Auto Increment increments the unique number automatically.