InterviewSolution
Saved Bookmarks
| 1. |
Which feature is used for the automatic increment of the column?(a) AUTO_INCREMENT(b) AUTO(c) INCREMENT(d) All of the mentionedI had been asked this question in a national level competition.The origin of the question is Populating & Modifying Tables in section Using SQL to Manage Data of MySQL |
|
Answer» The correct answer is (a) AUTO_INCREMENT |
|