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.
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.
MySQL Data Types
This tutorial shows you various MySQL data types so that you can apply them effectively in designing your database tables.
MySQL Data Types: Full List with Examples (2025) - Devart Blog
17 MFómh 2021 · In this tutorial, we collect the FULL LIST of MySQL Data Types in 2025 ( String, Numeric, Dates, Spatial, JSON) Check for examples and useful tips!
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.
MySQL Data Types Explained | phoenixNAP KB
5 Feabh 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 …
MySQL Data Types Explained – Complete Guide with Examples
6 Meith 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.
Understanding MySQL Data Types: A Complete Overview
4 Aib 2025 · Explore the different MySQL data types including numeric, string, date/time, and spatial types. Learn how to choose the right data type.
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.
MySQL: Data Types - TechOnTheNet
The following is a list of datatypes available in MySQL, which includes string, numeric, date/time, and large object datatypes.