InterviewSolution
Saved Bookmarks
| 1. |
Which declaration doesn’t use the same number of bytes and consumption of bytes depends on the input data?(a) Varchar(b) Char(c) Both Varchar and Char(d) None of the mentionedI got this question in homework.My doubt is from MySQL Datatypes topic in chapter Data Types of MySQL |
|
Answer» The CORRECT OPTION is (a) Varchar |
|