September 2015
Beginner
288 pages
5h 39m
English
As explained in Lesson 1, “Understanding SQL,” datatypes are basically rules that define what data may be stored in a column and how that data is actually stored.
Datatypes are used for several reasons:
Datatypes enable you to restrict the type of data that can be stored in a column. For example, a numeric datatype column only accepts numeric values.
Datatypes allow for more efficient storage, internally. Numbers and date time values can be stored in a more condensed format than text strings.
Datatypes allow ...
Read now
Unlock full access