• Had you written the question like this I probably would have gotten it right.

    SELECT * FROM dbo.Customers MIDDLE

    JOIN dbo.Employees ON CustomerID=EmployeeID

    I guess I did learn that indentation improves readability but I am not sure it was worth the effort to learn what I thiink I already knew.

    Should not use "Select *" though.