Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
1. Welcome
CTEs with data modifying statements
Summary

Instruction

Welcome to the last part before the Final Quiz for our Common Table Expressions course!

In previous parts, you have learned how to use CTEs with SELECT statements. Common Table Expressions can also work with data modification statements like INSERT, UPDATE and DELETE.

In this part, you will learn how to combine CTEs with SQL Server's data modification statements. Are you ready?

Exercise

Click Next exercise to continue.