Which of the following is not MySQL String Data Type?

4. Which of the following is not MySQL String Data Type?

  1. TEXT(Size)
  2. TINYTEXT
  3. MEDIUMTEXT
  4. LARGETEXT

Answer: D) LARGETEXT

Explanation:

MySQL String Data Types are TEXT(Size), TINYTEXT, MEDIUMTEXT, and LONGTEXT.

Comments and Discussions!

Load comments ↻






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