The SQL Subquery episode artwork

EPISODE · Jun 25, 2014 · 48 MIN

The SQL Subquery

from How to Program with Java Podcast · host Trevor Page: Java Guru | Programmer | Teacher

The SQL Subquery Now that you've learned about SQL Joins, aggregate functionsand the group by keyword, it's time we moved on to our final topic in our SQL tutorial series. Today you'll be learning all about SQL Subqueries, how to use them and when you should use a SQL subquery. So, what is a subquery? First and foremost, let's get the jargon out of the way. A subquery can also be referred to as a nested query. It's just like having a nested if statement in your Java code. Essentially what you're doing with a subquery is you are constructing a regular old query (select statement) which could be run all by itself if you wanted to, but instead of running it all by itself, you're jamming it into another query (select statement) to give you more specific (filtered) results. What's very important to note here is that the SQL subquery can almost always be re-written as a join with a whereclause attached to it. More info on this via http://howtoprogramwithjava.com/session49

Episode metadata supplied by the publisher feed · Published Jun 25, 2014

Embed this episode

NOW PLAYING

The SQL Subquery

0:00 48:11

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

No similar episodes found.

No similar podcasts found.

Frequently Asked Questions

How long is this episode of How to Program with Java Podcast?

This episode is 48 minutes long.

When was this How to Program with Java Podcast episode published?

This episode was published on June 25, 2014.

Can I download this How to Program with Java Podcast episode?

Yes. Use the download control on the episode player to save the publisher-provided media file.
URL copied to clipboard!