O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Sometimes you want to query one table, use that result to query
another table, and then use that result to query yet another table. It’s
tempting to do this as three separate queries, ...