Correlated Queries

This lesson discusses the correlated queries.

We'll cover the following

Correlated Queries

Correlated queries are a type of nested queries. The distinguishing feature about them is that the inner query references a table or a column from the outer query.

Connect to the terminal below by clicking in the widget. Once connected, the command line prompt will show up. Enter or copy and paste the command ./DataJek/Lessons/34lesson.sh and wait for the MySQL prompt to start-up.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy