July 2014
Intermediate to advanced
214 pages
4h 47m
English
Once you have completed the physical design phase of the database design process, the next step is to implement your proposed database solution.
The Structured Query Language (SQL) of Microsoft SQL Server is called Transact-SQL (T-SQL). The Transact-SQL statements have three categories: Data Definition Language (DDL) statements, Data Control Language (DCL) statements, and Data Manipulation Language (DML) statements that can be used to create, modify, and query SQL Server databases and tables.
In this chapter, we'll be covering the following topics: