mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Small grammatical changes and updates (#32242)
This commit is contained in:
parent
e19ee803d1
commit
3c696bf2b6
@ -4,9 +4,9 @@ title: 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
|
||||
Data type | Description
|
||||
|
||||
Loading…
Reference in New Issue
Block a user