InterviewSolution
Saved Bookmarks
| 1. |
What is the best datatype for a column that is expected to store values up to 2 million?(a) SMALLINT(b) TINYINT(c) MEDIUMINT(d) BIGINTThis question was posed to me in my homework.This interesting question is from Setting Up Secure Connections in section Access Control and Security of MySQL |
|
Answer» Right option is (d) BIGINT |
|