Programming the SQL Way with Common Table Expressions

SQL is a declarative language, meaning the user submits an SQL command and the database determines the optimal execution. Common Table Expressions (CTEs) allow queries to be more imperative, allowing looping and processing hierarchical structures that are normally associated only with imperative languages. This talk will help developers use implement CTE queries in their applications and allow operations that normally could only be done in application code to be done via SQL queries.
Length: 25:32
Views 106 Likes: 4
abstract
Recorded on 2016-04-18 at PGConf US
Look for other videos at PGConf US.
Tweet this video