Hi There,
I have 5 tables to be joined. I know how to join to tables, insert a join statement in between the two tables in the script. Now when i have five tables and want to do different joins for each how do i do that ?
Customers
Left join
Orders
Now i want to join Customers and Order Details (Say). How do i do that ?
Thanks in Advance