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 of our Common Table Expressions course!

In previous parts, you have learned how to use CTEs with SELECT statements. Common Table Expressions can also used data modification statements, 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.