Answer Posted / rashmi
Query inside a query is called sub query. Always to execute successfully the outer query depends on the output of inner query.
it is if 4 types.
>Scalar sub query
>Corelated sub query
>Nested sub query
>Inline view
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is primary key clustered index?
Can we use commit inside a trigger?
How do I run a sql query?
Who developed sql?
What is pl sql block structure?
Enlist some predefined exceptions?
What are sql indexes?
How can triggers be used for the table auditing?
What is a sql statement?
how to use in conditions? : Sql dba
What is the basic form of sql query?
How is data stored in sql?
Can we join more than 2 tables in sql?
Does truncate need commit?
how to decrement dates by 1 in mysql? : Sql dba