Q. Which data type is most appropriate for storing a customer’s last name?
Solution:
VARCHAR is used for variable-length character strings. INT is for integers, DECIMAL for fixed-point numbers, and BOOLEAN for true/false values. A name is a string of characters.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.