engineering computer science MCQ #626

What is the result of an INNER JOIN operation?

engineering computer science MCQ #626

  1. Question 1

    Q1. What is the result of an INNER JOIN operation?

    • A) Only matching rows from both tables
    • B) All rows from both tables
    • C) Only rows from the left table
    • D) Only rows from the right table

    Answer: Only matching rows from both tables

    Explanation: An INNER JOIN returns only the rows that have matches in both tables.