What are various joins used while writing SUBQUERIES?
Answers were Sorted based on User's Feedback
Answer / nishi
Self join-Its a join foreign key of a table references the same table. Outer Join--Its a join condition used where One can query all the rows of one of the tables in the join condition even though they don't satisfy the join condition.
Equi-join--Its a join condition that retrieves rows from one or more tables in which one or more columns in one table are equal to one or more columns in the second table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / basanti
Joins and subquery both are different.
We don't use joins while writing subqueries.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a server parameter file in oracle?
How to synchronize 2 schema's objects?
What is bind variable in oracle 11g?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
what is dynamic SGA and static SGA
How to drop an index in oracle?
Describe the types of sub query?
Define oracle database
Write a simple Store procedure and pass parameter to it ?
sql command 2 know current database
Why do we need integrity constraints in a database?
How to start your 10g xe server?