Lesson 4. Working with SQL Server Tables

At the foundation of every SQL Server database are the tables contained within it. The tables store the data in your database. The views, stored procedures, and functions that are covered in this book all manipulate table data. In this lesson, you learn:

Image How to create a SQL Server table

Image How to add fields to a SQL Server table

Image How to set properties of the fields you add

How to add and modify table indexes ...

Get Sams Teach Yourself T-SQL in One Hour a Day now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.