✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following Orders table:
Table: A
id |
1 |
2 |
Table: B
id |
2 |
3 |
And the SQL query:
<SQL>
SELECT A.id FROM AINNER JOIN BON A.id = B.id;
What is the output of this query?