Summary: Creating Database Objects

New: 14 April 2006

In this tutorial you have created a database, created a table in the database, inserted data into the table, changed the data, and then read the data from the table. The syntax for the statements that were used is only the basic syntax and many syntax options were not covered in this tutorial. To learn more about these statements, read the complete syntax for the statements in SQL Server 2005 Books Online, and review the many examples that are provided in those topics.

Next Lesson

Lesson 2: Configuring Permissions on Database Objects