June 2015
Intermediate to advanced
1800 pages
70h 6m
English
You can modify tables in many different ways, including making changes to the columns, constraints, and indexes associated with a table. Some of the changes have a bigger impact on the database than others. Some modifications require that the modified table be dropped and re-created to effect the change. Fortunately, you can use the T-SQL ALTER TABLE statement to mitigate the database impact and help streamline many of the most common modifications. You can make the following types of changes by using the ALTER TABLE statement:
Change a column property, such as a data type or NULL property.
Add new columns or drop ...
Read now
Unlock full access