-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
SQL Server 2014 Development Essentials
By :
In the previous chapter, you learned how to query data stored in the SQL Server database tables. In this chapter, you will learn how to insert, update, and delete data in tables using Transact-SQL Data Manipulation Language (DML) statements. You will also learn how you can use Transact-SQL MERGE statements to perform multiple DML operations against a specified target table based on the results of join conditions with a source table. In the final section of this chapter, you will use Transact-SQL TRUNCATE TABLE statements to remove all data from a table, and use Transact-SQL SELECT INTO statements to create a table and (optionally) populate it with rows from a query.
In this chapter, we'll cover the following topics:
MERGE statements to perform multiple DML...
Change the font size
Change margin width
Change background colour