Vidyalelo
SQL · Q78

SQL

Programming · SQL · question 78

Q78

Which of the following is a valid SQL type?

A.
CHARACTER
B.
NUMERIC
C.
FLOAT
D.
All of the above
Answer

Answer: 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.