About 199,000 results
Open links in new tab
  1. MySQL :: MySQL 8.4 Reference Manual :: 13 Data Types

    MySQL supports SQL data types in several categories: numeric types, date and time types, string (character and byte) types, spatial types, and the JSON data type.

  2. MySQL Data Types - W3Schools

    The data type of a column defines what value the column can hold: integer, character, money, date and time, binary, and so on.

  3. MySQL Data Types

    This tutorial shows you various MySQL data types so that you can apply them effectively in designing your database tables.

  4. Chapter 13 Data Types - Oracle

    MySQL supports SQL data types in several categories: numeric types, date and time types, string (character and byte) types, spatial types, and the JSON data type.

  5. MySQL Data Types: Full List with Examples (2025) - Devart Blog

    Sep 17, 2021 · In this article, we are going to discuss the MySQL data types list, including string, numeric, date and time, spatial, and JSON supported by MySQL. We’ll also provide examples of …

  6. MySQL Data Types Explained | phoenixNAP KB

    Feb 5, 2024 · Knowing which different data types exist ensures each column gets an appropriate type assigned, leading to an optimized and error-free database. In this tutorial, you will learn about the …

  7. MySQL Data Types Explained – Complete Guide with Examples

    Jun 6, 2025 · Explore all MySQL data types including numeric, string, date, and spatial types. Learn how to use each one with examples and best practices for efficient database design.

  8. Understanding the MySQL Data Types - Tutorial Republic

    MySQL supports the SQL standard integer types INTEGER (or INT) and SMALLINT. MySQL also supports the integer types TINYINT, MEDIUMINT, and BIGINT as an extension to the SQL standard.

  9. Understanding MySQL Data Types: A Complete Guide for Beginners

    Aug 20, 2025 · Today, we dive into the world of MySQL data types. You will learn what they are, how they work, and when should they be used. Start learning now!

  10. MySQL data types - A complete collection

    Discover storage size, description, permissible values and examples for all numeric, string, date and time MySQL data types with advanced calculators.