Miles IT interview question

What is left join ?

Interview Answers

Anonymous

10 Apr 2025

A LEFT JOIN is a SQL operation used to combine rows from two or more tables based on a related column between them.

Anonymous

10 Apr 2025

A LEFT JOIN is a SQL operation used to combine rows from two or more tables based on a related column between them.