Question:There are two tables A and B. You are retrieving data from both tables where all rows from table B and only matching rows from table A should be displayed. Which type of join will you apply between tables A and B?
A Inner join
B Left outer join
C Right outer join
D Self join
+ AnswerC
+ Report