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

Explanation: In MySQL, the ‘AUTO_INCREMENT’ values are a SEQUENCE of unique values ASSIGNED to the columns such that they INCREASE monotonically. They begin with the value 1 and INCREMENT by a unit.



Discussion

No Comment Found

Related InterviewSolutions