employer cover photo
employer logo
employer logo

Aligned Automation

Is this your company?

Aligned Automation interview question

What are SQL joins and their types?

Interview Answer

Anonymous

23 Jan 2026

SQL joins are used to combine rows from two or more tables based on a related column between them. The main types of SQL joins are: INNER JOIN LEFT JOIN (or LEFT OUTER JOIN) RIGHT JOIN (or RIGHT OUTER JOIN) FULL JOIN (or FULL OUTER JOIN) CROSS JOIN SELF JOIN (This is not a unique command but a standard join used to join a table to itself)