Table Expressions and Database Recursion
Level: Advanced
Series: Advanced SQL Queries
Length of video: 27 minutes
Prerequisites: Familiarity with basic SQL queries - single table queries.
Description:
This video presents information on the database recursive processing supported by standard SQL.
We begin with a discussion of the need for such processing and then provide some background on table expressions. Finally, we show the technique for using recursive processing in a relational database.