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

Instruction

Welcome to the fifth part of our Common Table Expressions course!

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

In this part, you will learn how to combine CTEs with data modification in SQL. Are you ready?

Exercise

Click Next exercise to continue.