CBSE Class 12 Computer Science
Question 28 of 79
Table Creation and Data Manipulation Commands — Question 2
Back to all questionsFixed, variable
Reason — CHAR datatype specifies a fixed length string. Defining a length is not required, but the default is 1. While VARCHAR datatype specifies a variable length string. Defining a length is required.