Common Table Expressions

Learn how to separate a subquery from its enclosing query for more comprehensive and readable SQL code.

We'll cover the following

In our running example, we consider car models and the assembly of their parts. In SQL, we modeled this example through a table called CarModel that we populated with sample cars:

Get hands-on with 1400+ tech skills courses.