what is the difference between the query and corelated
query
Answer Posted / aravinda
query: query is single time validation of conditions for
entire result once result is fetched there no further
validation of records.
corelated sub query : each record is validated with inner
query aftr fetch.
1) outer query will execute first and pass a value to inner
query.
2) based on outer query value inner query will execute.
3) based on inner query value the outer query record will be
validated.
inner query will execute for every record of outer query( if
outer query has 10 records inner query will execute 10 times)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the types of variable use in pl sql?
How many tables can a sql database have?
What is cross join sql?
does sql support programming? : Sql dba
Is it possible to link two groups inside a cross products after the cross products group has been created?
How many sql databases can you have on one server?
what is query cache in mysql? : Sql dba
What are the different dml commands in sql?
What is the difference between clustered and non-clustered indexes?
what is the difference between delete and truncate statement in sql? : Sql dba
What is the advantage of nosql?
What is a Mapplet?
What is the starting oracle error number?
Difference between truncate, delete and drop commands?
How to get list of all tables from a database?