Tables
SQL Server 2008
Tables are objects that contain all the data in SQL Server databases. Each table represents a type of object that is meaningful to its users. For example, in the AdventureWorks database there are tables that contain data about employees, inventory, purchase orders, and customers. For more information, see AdventureWorks Data Dictionary.
The topics in this section provide the information to help you understand, design, implement, and work with tables.