What is the difference between inner join and outer join?
Thursday, June 12th, 2008Inner join displays rows from table where the data is available in both the tables, where in outer join we can configure it to bring out rows from one table where the data is missing in other table for the corresponding rows. Inner join Say you have one table of CUSTOMERS and ...