Nested subqueries contain a subquery within another subquery to retrieve data from a table. Correlated subqueries reference columns from the outer query so the inner query is executed once for each row returned by the outer query. This document provides examples of using nested and correlated subqueries to find the third highest salary or details of employees with specific highest salaries from an employee table.