Hi,
I have the following 2 tables;
Table1: Products (ID, Customer, ProductName, Price)
Table2: Orders (ID, Customers, ProductName, Price, Quantity)
I want to create a query that selects all the records from the Products table and also any matching records from the Orders table for a given...