September 17-19, 2012

Westin Michigan Avenue Hotel, Chicago

Log in or Sign Up

Programming the SQL Way with Common Table Expressions

log in to bookmark this presentaton

Novice / Talk
September 19th 2:30 p.m. – 3:29 p.m.
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.

Abstract

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.