


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The topic "MySQL Data Types" covers the different categories and characteristics of data types that can be used in the MySQL database. It is essential to understand the types of data available and how they are used to store and manipulate information in a database.
Typology: High school final essays
1 / 4
This page cannot be seen from the preview
Don't miss anything!



UNMSM - Juan Gamarra Moreno
MySQL dispone de varios tipos de datos para que pueda aplicarlos de manera efectiva en el diseño de tablas de bases de datos. INT: tipo de datos enteros. DECIMAL: para almacenar valores exactos en formato decimal. BIT: valores de bits en MySQL. BOOLEAN: MySQL maneja los valores booleanos usando TINYINT (1) internamente.
DATETIME: registran valores de Fecha y Hora. TIMESTAMP: tiene características de inicialización automática y actualización automática que le permite definir columnas auto inicializadas y auto actualizadas para la columna deuna tabla con fecha y hora. JSON: para almacenar documentos JSON. ENUM: para almacenar valores de enumeración.