Single Choice
Easy
QWhich type of data constraint in MySQL allows the creation of an ordered sequence of numeric values for a column?
ID: #15510
Data Constraints and Integrity - MySQL
127 views
Question Info
#15510Q ID
EasyDifficulty
Data Constraints and Integrity - MySQLTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The AUTO_INCREMENT constraint in MySQL allows the creation of an ordered sequence of numeric values for a column. It automatically assigns a unique incrementing value to each new row.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic