1.

INT3 maps to MySQL type _____________(a) TINYINT(b) SMALLINT(c) MEDIUMINT(d) BIGINTI have been asked this question in a job interview.This is a very interesting question from Choosing Data Types topic in division Data Types of MySQL

Answer»

Right option is (c) MEDIUMINT

To explain I would say: In order to facilitate the use of the code WRITTEN for SQL IMPLEMENTATIONS (reusability of code) from other VENDORS, MySQL maps the DATA types from the other vendor types to the APPROPRIATE MySQL type.



Discussion

No Comment Found

Related InterviewSolutions