Which is not a data type in SQL
1
char
2
string
3
long int
4
decimal
Answers
Answered by
0
Answer:
Explanation: DECIMAL is not a valid SQL type because it is nothing but numeric only in SQL. NUMERIC has fixed precision, and scale numbers range from -10^38+1 to 10^38-1.
Similar questions