What are various joins used while writing SUBQUERIES?
Answer Posted / 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 |
Post New Answer View All Answers
How do I escape a reserved word in oracle?
How to run create database statement?
What privilege is needed for a user to query tables in another schema?
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
What is a system tablespace?
How to convert csv to table in oracle?
How to change system global area (sga) in oracle?
Can we insert data in view oracle?
How to call a stored function in oracle?
What is raw datatype in oracle?
How to create additional tablespaces for an new database?
What are the differences between number and binary_float in oracle?
Why does oracle 9i treat an empty string as null?
How to write a query with a left outer join in oracle?
What are the attributes of cursor?