What are inner join and outer join?

Answer Posted / akn

Inner join is the most common type of join. Inner joins
return all rows from multiple tables where the join
condition is met.

Outer join returns all rows from one table and only those
rows from a secondary table where the joined fields are
equal (join condition is met).

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write date and time literals in oracle?

564


What is system global area (sga) in oracle?

580


How to list all user accounts in oracle?

620


What are the oracle built-in data types?

570


src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));

1186






What is clustered table in Oracle?

647


How to create a table in a specific tablespace?

548


How to create a new table in oracle?

600


why dont we assign not null constraint as table level constraint.

2261


Is there a combination of "like" and "in" in sql?

592


What is snapshot is too old? Give and example for better understand.

1106


what is meant by magic query

1779


What is oracle in java?

527


nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls

1747


State all possible different index configurations a table can possibly have?

574