What is the difference between CHAR and VARCHAR data types in SQL?
What is the difference between CHAR and VARCHAR data types in SQL? a) CHAR is of fixed length, while VARCHAR is of variable length b) CHAR can store numbers, while VARCHAR cannot c) CHAR is case-insensitive, while VARCHAR is case-sensitive d) CHAR is faster for numeric values, while VARCHAR is faster for text Answer: a) […]
What is the difference between CHAR and VARCHAR data types in SQL? Read More »