employer cover photo
employer logo
employer logo

Novo Technologies

Is this your company?

Novo Technologies Interview Question

Do a SQL join on two tables

Interview Answer

Anonymous

Aug 26, 2022

SELECT * FROM TableA a LEFT JOIN TableB b ON b.[Key] = a.[Key]