InterviewSolution
Saved Bookmarks
| 1. |
Which of these is not an exact numeric type?(a) SMALLINT(b) DECIMAL(c) NUMERIC(d) REALThe question was asked in homework.This intriguing question originated from Numeric Data Types in chapter Data Type Reference, Operators and Functions of MySQL |
|
Answer» The correct choice is (d) REAL |
|