Question: SQL - Combining Data There are instances where we need to append two tables of data together - stacking the two tables on top of
SQL - Combining Data There are instances where we need to append two tables of data together - stacking the two tables on top of each other to return more rows for the same columns. What function would we use in SQL to achieve this?
a) INNER JOIN
b) OFFSET FETCH
c) UNION
d) GROUP BY
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
