Which of the following is a valid SQL type?
A. CHARACTER
B. NUMERIC
C. FLOAT
D. All of the above
Answer: Option D
Solution (By Examveda Team)
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.
Join The Discussion