InterviewSolution
Saved Bookmarks
| 1. |
INT2 maps to MySQL type _____________(a) TINYINT(b) SMALLINT(c) MEDIUMINT(d) BIGINT |
|
Answer» Correct option is (b) SMALLINT Easiest explanation: In order to facilitate the use of code written for SQL implementations from other vendors, MySQL maps the data types from the other vendor types to the appropriate MySQL type. |
|