1.

Character data can be stored as ______________(a) Fixed length string(b) Variable length string(c) Either Fixed or Variable length string(d) None of the mentionedThis question was addressed to me in exam.This key question is from MySQL Datatypes in division Data Types of MySQL

Answer»

The CORRECT option is (c) Either FIXED or Variable length string

For explanation: To STORE character data we can use two definitions

Char(20)/*fixed length */

VARCHAR(20) /* variable length */



Discussion

No Comment Found

Related InterviewSolutions