Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The topics in this section provide information to help you design effective tables.
In This Section
| Topic | Description |
|---|---|
Introduces the main tasks in designing a table. |
|
Explains the data types available in SQL Server 2005.These include system-supplied data types, user-defined alias data types, and Microsoft .NET Framework common language runtime (CLR) user-defined types. |
|
Explains the concept of creating system-generated table values that are unique to a table or a computer network. |
|
Provides guidelines for designing PRIMARY KEY, FOREIGN KEY, UNIQUE, and CHECK constraints; designing defaults; and specifying nullability in table definitions. |