Video description
Also covered in the video is the MERGE statement. You’ll learn how this little used but very useful statement works to make extract, transform, load (ETL) processes much more streamlined. You’ll learn to throw large numbers of rows at your database, letting the MERGE statement sort out which rows represent new data to be inserted, and which represent updates to existing data. You’ll be able to write cleaner load processes for data warehouses, data marts, and other reporting statements using your knowledge of MERGE.
- Add data to your database using INSERT and MERGE statements
- Update data in place without sending it back and forth over the network
- Choose correctly from three possible ways of removing unwanted data
- Streamline ETL process used to load data marts and data warehouses
- Automatically generate primary keys to uniquely identify new records
Table of contents
- Introduction 00:01:37
- What is Data Manipulation Language (DML) 00:02:24
- INSERT Records into a Table 00:04:56
- INSERT Records into an IDENITY field 00:04:56
- INSERT Records using Sequence Objects 00:02:52
- INSERT Records from Existing Tables 00:03:18
- UPDATE Records in a Table 00:03:39
- DELETE Records in a Table 00:02:35
- DELETE vs DROP vs TRUNCATE 00:03:05
- Using the Output Clause 00:03:19
- MERGE Records between Tables 00:07:09
- DML Wrap-Up 00:01:33
Product information
- Title: T-SQL Data Manipulation: Inserting, Updating, Deleting, and Merging in SQL Server
- Author(s):
- Release date: May 2019
- Publisher(s): Apress
- ISBN: 9781484249932
You might also like
audiobook
Speak with Confidence
In Speak with Confidence: Overcome Self-Doubt, Communicate Clearly, and Inspire Your Audience, keynote speaker, author, and …
video
Full Stack Web Development Mastery Course - Novice to Expert
Full stack development refers to the development of both frontend (client-side) and backend (server-side) portions of …
audiobook
How to Do Nothing
A galvanizing critique of the forces vying for our attention-and our personal information-that redefines what we …
audiobook
Fall in Love with the Problem, Not the Solution
Unicorns-companies that reach a valuation of more than $1 billion-are rare. Uri Levine has built two. …