Q78
Which of the following is a valid SQL type?
A.
CHARACTER
B.
NUMERIC
C.
FLOAT
D.
All of the above
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
All of the options provided (CHARACTER, NUMERIC, and FLOAT) are valid SQL data types:
CHARACTER represents character strings or text.
NUMERIC represents numeric values like integers and decimals.
FLOAT represents floating-point numbers.
So, the correct answer is Option D: All of the above.