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


Please Help Members By Posting Answers For Below Questions

how many tables will create when we create table, what are they? : Sql dba

1144


What is your daily office routine?

2346


Can we rollback truncate?

1074


what is bcp? When does it used? : Sql dba

1056


Do we need to rebuild index after truncate?

1138


how to start mysql server? : Sql dba

1267


What is the best sql course?

1050


what are aggregate and scalar functions? : Sql dba

1129


how to escape special characters in sql statements? : Sql dba

1114


How do I remove duplicates in two columns?

1187


what is schema? : Sql dba

1147


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

2091


what are the advantages of sql ? : Sql dba

1142


how to use regular expression in pattern match conditions? : Sql dba

1113


what are all the common sql function? : Sql dba

1131