I have two tables in a Database and I am querying it with MySQL Workbench. The query is as follows:
SELECT * FROM table1 as t1 LEFT JOIN table2 as t2 ON t