InterviewSolution
Saved Bookmarks
| 1. |
Which data type is more suitable for storing “small notes” in Mysql?(a) Char(b) Varchar(c) Mediumtext(d) LongtextI have been asked this question in an online interview.Question is from MySQL Datatypes topic in division Data Types of MySQL |
|
Answer» CORRECT ANSWER is (C) Mediumtext Explanation: NONE. |
|