June 2015
Intermediate to advanced
1800 pages
70h 6m
English
A table is logically defined as a set of columns with certain properties, such as the data type, nullability, constraints, and so on. Information about data types, column properties, constraints, and other information related to defining and creating tables can be found in Chapters 21 and 24, “Creating and Managing Views.”
Internally, a table is contained in one or more partitions. A partition is a user-defined unit of data organization. By default, a table consists of a single partition that contains all the table pages. This partition resides in a single filegroup, as described earlier. When a table has multiple partitions, the data is partitioned horizontally so that groups of rows are mapped into individual ...
Read now
Unlock full access