Tipos de Datos SQL
Tipos de Datos SQL
Data
Tutorials Types
Exercises (Version
Services 8.0)
Log in
HTML CSSthereJAVASCRIPT
In MySQL are three mainSQL PYTHON
data types: string,JAVA PHP
numeric, HOW
and date TO
and W3.
time.
HTML
CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.
LONGTEXT Holds a string with a maximum length of
4,294,967,295 characters
ENUM(val1, val2, A string object that can have only one value,
val3, ...) chosen from a list of possible values. You can list up
to 65535 values in an ENUM list. If a value is
inserted that is not in the list, a blank value will be
inserted. The values are sorted in the order you
enter them
DOUBLE
PRECISION(size, d)
Note: All the numeric data types may have an extra option: UNSIGNED or
ZEROFILL. If you add the UNSIGNED option, MySQL disallows negative
values for the column. If you add the ZEROFILL option, MySQL automatically
also adds the UNSIGNED attribute to the column.
HTML
CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.
HTML
CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.
varbinary(max) Variable width 2GB
binary string
HTML
CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.
Text Use for text or combinations of text and
numbers. 255 characters maximum
❮ Previous Next ❯
W3schools Pathfinder
Track your progress - it's free! Sign Up Log in
COLOR PICKER