Question

Which of the following data types used in SQL would define a fixed-length text field of 10 characters?
A) text(10)
B) char(10)
C) varchar(10)
D) fixed(10)
E) length(10)

Answer

This answer is hidden. It contains 1 characters.