InterviewSolution
Saved Bookmarks
| 1. |
Which of these values is not valid as an AUTO_INCREMENT value?(a) 0(b) 1(c) 2(d) 3I have been asked this question by my school principal while I was bunking the class.The question is from Choosing Data Types in chapter Data Types of MySQL |
|
Answer» The correct option is (a) 0 |
|