InterviewSolution
Saved Bookmarks
| 1. |
Which data type is more suitable for storing “documents” in Mysql?(a) Varchar(b) Longtext(c) Mediumtext(d) Either Varchar or LongtextThe question was asked in quiz.This interesting question is from MySQL Datatypes in division Data Types of MySQL |
|
Answer» CORRECT choice is (B) LONGTEXT To explain: Longtext has LARGEST RANGE. |
|