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 a primary key? Explain
What is the use of non clustered index?
Are stored procedures compiled?
What is clustered index sql?
What is procedure and function in sql?
What is package in pl sql?
What is a pragma statement?
Explain what is a view?
What is snowflake sql?
Why is pl sql needed?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
Is nosql relational?
How do I start pl sql?
What are the advantages of sql?
Define tables and fields in a database