Which of the following is not a numeric datatype? 1.Smallint 2.Integer 3.Varchar 4.Boolean
Answers
Answered by
5
Boolean
These are int, long, short, byte, float, and double, and they allow us to represent integer and real numbers. Java offers two additional non-numeric primitive data types: char (to represent alphanumeric characters and special symbols) and boolean (to represent the truth values true and false).
Answered by
0
Answer:
Integer
this is correct
Explanation:-
MySQL supports all the standard SQL numeric data types. These are the exact numeric data types like INTEGER, SMALLINT, DECIMAL and NUMERIC and the approximate numeric data types like FLOAT, REAL and DOUBLE PRECISION.
Similar questions