adspace
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
how many tables will create when we create table, what are they? : Sql dba
What is your daily office routine?
Can we rollback truncate?
what is bcp? When does it used? : Sql dba
Do we need to rebuild index after truncate?
how to start mysql server? : Sql dba
What is the best sql course?
what are aggregate and scalar functions? : Sql dba
how to escape special characters in sql statements? : Sql dba
How do I remove duplicates in two columns?
what is schema? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what are the advantages of sql ? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what are all the common sql function? : Sql dba