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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A PRIMARY KEY
  • B UNIQUE
  • C FOREIGN KEY
  • D AUTO_INCREMENT
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.

Share This Question

Challenge a friend or share with your study group.