Answer Posted / guru
Sub query means A query within another query. the Sub query
executed first and returns result, which is used by Main Query.
Correlated Sub query:
The sub query has a Reference with a value or values of Main
Query, Which is Called as COrrelated Sub Query.
Thanks
Guru
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is memory optimized table?
What is the reports view in oracle sql developer?
What are stored procedures in mysql?
What are %type and %rowtype for?
Is left join inner or outer by default?
What is sql clause?
What is trigger point?
How many sql are there?
What are the advantages of pl sql over sql?
What is the size of partition table?
What is sap sql?
What will you get by the cursor attribute sql%notfound?
What is %type in pl sql?
Why use triggers in sql?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?