Table B
Table C
The below query is run on both of the above tables:
...
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Table B
ID
1
2
3
Table C
ID
4
5
6
The below query is run on both of the above tables:SELECT * FROM C UNION SELECT * FROM B UNION ALL SELECT * FROM C UNION ALL SELECT * FROM BWhat will be the result of the query: