Get Answers to all your Questions

header-bg qa

What is data type? name any four data type with their character size limit. ?

Answers (1)

best_answer

Data type is data storage format that contains a specific range or type of values. 

CHAR = Maximum size: 2000 bytes

VARCHAR = Maximum size: 4000 bytes

CHAR VARYING = Maximum size: 4000 bytes

LONG = Maximum size: 2 GB - 1

Posted by

Deependra Verma

View full answer