About 7,110,000 results
Open links in new tab
  1. 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.

  2. 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.

  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. 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 …

  5. MySQL Data Types Explained | phoenixNAP KB

    Feb 5, 2024 · Every database column has a name and a data type. The specified data type tells MySQL what kind of values the column stores, how much space it requires, and what type of operations it …

  6. 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.

  7. 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.

  8. MySQL data types - A complete collection

    Data types including integers and floats. STRING. Data types including texts and blobs. DATE AND TIME. Data types including timestamps and years. CALCULATORS. String and table storage size …

  9. Understanding MySQL Data Types: A Complete Overview

    Apr 4, 2025 · In this post, we will give a step-by-step overview of MySQL’s primitive data types, demonstrate examples of practical use, and offer best practices on how to choose the right data type …

  10. MySQL Data Types | What Are Different Data Types In MySQL

    Apr 1, 2025 · Learn about different MySQL Data Types i.e. Numeric, String, Date data type, JSON, Boolean, etc. with examples.