December 2012
Intermediate to advanced
752 pages
22h 12m
English
Exam objectives in this chapter:
Create Database Objects
Create and alter tables using T-SQL syntax (simple statements).
Create and modify constraints (simple statements).
Tables are the primary method of data storage in Microsoft SQL Server. To use tables, you need to master how to create them, in addition to adding constraints to protect the integrity of the stored data. In this chapter, you learn how to create and alter tables, in addition to enforcing data integrity between tables by using table constraints.
Lessons in this chapter:
To complete the lessons in this chapter, you must have:
An understanding ...
Read now
Unlock full access