Bitwise Interview Question

4. SQL Left join 2 tables(2 tables were given)

Interview Answer

Anonymous

Apr 18, 2018

SELECT column_name(s) FROM table1 LEFT JOIN table2 ON table1.column_name = table2.column_name;