SQL Interview Questions Series: Correlated Sub-queries - Case 2

preview_player
Показать описание
Join me as we solve SQL Interview Questions in this series and find out the product with the minimum price from the list of products. Follow for more such SQL Interview Questions.
Рекомендации по теме
Комментарии
Автор

This is a general SubQuery ! Executes the inner query first and then compares that value with Outer query result set.

veerendargopineni
Автор

It seems this is not a correlated Sub query

rahulagarwal