What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?



What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?..

Answer / hr@tgksolutions.com

• INNER JOIN: Returns only matching rows from both tables.
• LEFT JOIN: Returns all rows from the left table and matching rows from the right.
• RIGHT JOIN: Returns all rows from the right table and matching rows from the left.
• FULL JOIN: Returns all rows from both tables, filling in missing values with NULLs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is an Oracle Instance?

1 Answers  


How to start your 10g xe server?

1 Answers  


Whatz the main diff between Subquery and a Join

14 Answers   Oracle, Zeta Interactive,


How to establish administrator authentication to the server?

1 Answers  


Explain the use of rows option in exp command.

1 Answers  


What is a cluster Key ?

2 Answers  


What is oracle thin client?

1 Answers  


How to change system global area (sga) in oracle?

1 Answers  


What happens if the imported table already exists?

1 Answers  


What are cursor?where are they used?

2 Answers  


write a query that displays every Friday in a year with date?

5 Answers   Flipkart, HCL, TCS,


What is the quickest way to export a table to a flat file?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)