17.06.2013 Views

Beginning Microsoft SQL Server 2008 ... - S3 Tech Training

Beginning Microsoft SQL Server 2008 ... - S3 Tech Training

Beginning Microsoft SQL Server 2008 ... - S3 Tech Training

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 5: Creating and Altering Tables<br />

At this point, you’re ready to start getting into some hardcore details about how to lay out your tables,<br />

and a discussion on the concepts of normalization and more general database design. I am, however,<br />

actually going to make you wait another chapter before we get there, so that we can talk about constraints<br />

and keys somewhat before hitting the design issues.<br />

Exercises<br />

1. Using the Management Studio’s script generator, generate <strong>SQL</strong> for both the Customers and the<br />

Employees tables.<br />

2. Without using the Management Studio, script a database called MyDB with a starting database<br />

size of 17MB and a starting log size of 5MB — set both the log and the database to grow in 5MB<br />

increments.<br />

3. Create a table called Foo with a single variable length character field called Col1 — limit the<br />

size of Col1 to 50 characters.<br />

152

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!