InterviewSolution
Saved Bookmarks
| 1. |
If an integer column is used for the values in range 1 to 99999, the best suitable datatype is ____________(a) MEDIUMINT SIGNED(b) MEDIUMINT UNSIGNED(c) SMALLINT SIGNED(d) SMALLINT UNSIGNEDThe question was posed to me at a job interview.This key question is from Choosing Data Types topic in section Data Types of MySQL |
|
Answer» The correct CHOICE is (b) MEDIUMINT UNSIGNED |
|