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 use in conditions in oracle?

660


Explain the difference between a procedure and a function?

643


How do you store pictures in a database?

657


Can group functions be mixed with non-group selection fields?

627


What is the difference between "as" and "is" in an oracle stored procedure?

617






What is the difference between formal parameters and actual parameters?

617


What is data block in Oracle?

719


How to define a record variable to store a table row?

645


Explain the use of parfile option in exp command.

628


How to convert numbers to characters in oracle?

658


Explain coalesce function?

705


How to bring a tablespace offline?

637


In which language oracle has been developed?

730


How to create a new table in your schema?

695


What is oracle open database communication (odbc)?

646