Which of the following type of join returns a list of rows for which there is a match in both of the specified tables?
Which of the following type of join returns a list of rows for which there is a match in both of the specified tables? Correct Answer Inner join
Inner join returns those records that have matching values in both the tables. The result of this join is based on matched data as per the equality condition specified in the SQL query.
মোঃ আরিফুল ইসলাম
Feb 20, 2025