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