InterviewSolution
Saved Bookmarks
| 1. |
If a column is expected to store values up to 2 million, the best datatype for it is _____________(a) SMALLINT(b) TINYINT(c) MEDIUMINT(d) BIGINTI got this question by my school principal while I was bunking the class.The query is from Choosing Data Types topic in portion Data Types of MySQL |
|
Answer» The correct CHOICE is (d) BIGINT |
|