InterviewSolution
Saved Bookmarks
| 1. |
In a MyISAM table, if the maximum value of an AUTO_INCREMENT increment column is 12 and that row is deleted, the next value generated is _____________(a) 12(b) 13(c) 1(d) 14This question was posed to me in semester exam.My question is taken from Working with Sequences in chapter Data Types of MySQL |
|
Answer» Right ANSWER is (B) 13 |
|