About 4,910 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. Each column in a database table is required to have a name and a 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 - GeeksforGeeks

    Mar 19, 2026 · Numeric Data Types in MySQL are used to store numeric values such as integers and decimal numbers. They allow databases to perform mathematical operations and store numbers with …

  5. MySQL Data Types: Full List with Examples (2026) - 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. 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.

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

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

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

  10. Data Types in MySQL 8: A Comprehensive Cheat Sheet

    Jan 25, 2024 · This guide has outlined the main data types and provided examples to show how they are used in table creation. With the right data types, you can ensure that your data is stored reliably …