11.4.1.4 define data types when creating a database Data types of MySQL database Each column in a database table is required to have a name and a data type. When creating a table, an SQL developer must decide what type of data will be stored inside each column. The data type is a guideline for SQL to understand what type of data is expected inside each column, and it also identifies how SQL will interact with the stored data. Data types table
Example Table "Users" Different fields have their data type. Questions: 1. Name three data types. 2. Name three integer data types. 3. Give examples of five different data types. Exercises: Ex. 1 Ex. 2 Exam questions:
| ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
Просмотров: 7388 | Комментарии: 1 | | |
Всего комментариев: 1 | |
| |