πŸ“Š MySQL
Q. Which type of JOIN returns only matching rows from both tables?
  • (A) LEFT JOIN
  • (B) RIGHT JOIN
  • (C) FULL JOIN
  • (D) INNER JOIN
πŸ’¬ Discuss
βœ… Correct Answer: (D) INNER JOIN

Explanation: `INNER JOIN` returns rows when there is at least one match in both tables.

Explanation by: Mr. Dubey
`INNER JOIN` returns rows when there is at least one match in both tables.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
46
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate