anonymous
2011-03-28 18:53:39 UTC
a)The table in the FROM clause in the left join becomes the table in the ON clause in the right join and vice versa.
b)A left join is a union thing, you should not be teaching political propaganda in 280!
c)A right join joins records in the table in the FROM clause that have no counterpart in the table in the ON clause.
d)A left join does not join records in the table in the FROM clause that have no counterpart in the table in the ON clause.