Small grammatical changes and updates (#32242)

This commit is contained in:
Justin
2019-01-18 18:47:07 -05:00
committed by Tom
parent e19ee803d1
commit 3c696bf2b6

View File

@ -4,9 +4,9 @@ title: SQL Data Types
# SQL Data Types # SQL Data Types
Each column in a table must have a data type. It indicates the type of value that the column stores. Each column in a table must have a data type. The data type indicates the type of value that is stored within the column.
Each database can accept differents data types, but in general, the list of data types is: Each database can accept different data types, but in general, the list of data types are:
### Strings Types ### Strings Types
Data type | Description Data type | Description