What is the default size of n in a column that has the datatype VARCHAR(n)?
What is the default size of n in a column that has the datatype VARCHAR(n)? Correct Answer 1
In SQL, the VARCHAR datatype is used to accept character values. Here, n issued to specify the size of the element that has the datatype VARCHAR. If any value is not specified then by default n is taken as 1.
মোঃ আরিফুল ইসলাম
Feb 20, 2025