If there is a table 1 with Emp ID, Emp Name and Department ID. Another table with Dept ID, Dept Name. How many records will my query return If I used inner join, Left outer join ?
If there is a table 1 with Emp ID, Emp Name and Department ID. Another table with Dept ID, Dept Name. How many records will my query return If I used inner join, Left outer join ?
Share