Home » Interview » Technology

Define "Correlated Subqueries" ?

Correct Answer: In a SQL Database, a 'correlated subquery' is a kind of sub query yet connected subquery is dependent on another query for a value that is returned In case of execution, the sub query is executed first and afterwards the correlated query will be executed

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion