HOME C C++ PYTHON JAVA HTML CSS JAVASCRIPT BOOTSTRAP JQUERY REACT PHP SQL AJAX JSON DATA SCIENCE AI

SQL Data Types

An SQL developer must be aware of what type of data will be stored inside each column while creating a table. The data type guideline for SQL is to understand what type of data is expected inside each column and it also identifies how SQL will interact with the stored data.

In MySQL there are three main data types: String,Numeric, andDate and Time.

String Data Types



string datatype string datatype

Numeric Data Types



numeric datatype

Date and Time Data Types


date time datatype

Other Data Types


other data datatype