Which of the following is not MySQL Numeric Data Type?

5. Which of the following is not MySQL Numeric Data Type?

  1. BIT(Size)
  2. CHAR(Size)
  3. INTEGER(Size)
  4. INT(Size)

Answer: B) CHAR(Size)

Explanation:

MySQL Numeric Data Types are BIT(Size), INT(Size), and INTEGER(Size).

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.