You want to read data from two database tables A and B using a database join. Database table B contains details for data records stored in database tableA, Your result should contain all combinations of matching rows from A and B plus all rows from A that do not have matching rows in B,
Which statement do you use?
Currently there are no comments in this discussion, be the first to comment!