How Would You Approach the Creation of a Query That Might Involve Multiple Tables?
a) By using JOIN statements in SQL.
b) By querying each table separately and combining results.
c) By creating temporary tables to merge the data.
d) By using nested SELECT statements.