what do you mean by correlated subquerysubqueries


What do you mean by Correlated subquery?

Subqueries, or nested queries, are used to bring back a set of rows to be used by the parent query. Depending on how the subquery is written, it can be implemented once for the parent query or it can be implemented once for everyrow returned by the parent query. If the subquery is implemented for each row of the parent, this is known as correlated subquery.

Request for Solution File

Ask an Expert for Answer!!
Database Management System: what do you mean by correlated subquerysubqueries
Reference No:- TGS0311385

Expected delivery within 24 Hours