What is a left join?



What is a left join?..

Answer / Anusha Sachan

A LEFT JOIN retrieves records from both tables in the join operation, but returns all records from the table on the left and matching records (if any) from the table on the right. If there are no matches for the right table, NULL values will be returned for those columns.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How to return more than one value from a function?

11 Answers   Satyam,


What is data control language?

1 Answers  


If a procedure within a package is invalidated whether the entire package will be invalid and has to be recompiled again?

2 Answers   IBM, TCS,


How to connect a sql*plus session to an oracle server?

1 Answers  


What is the difference among union, minus and intersect?

1 Answers  


How do I make sql search faster?

1 Answers  


what is explain plan?

4 Answers  


What are the differences between Database Trigger and Integrity constraints ?

4 Answers  


How to rename a column in the output of sql query?

1 Answers  


What is a system versioned table?

1 Answers  


what are the differences between char and varchar? : Sql dba

1 Answers  


What is the difference between pl and sql?

1 Answers  


Categories