How Do You Approach the Creation of a Query That Might Involve Sorting?
a) By using the ORDER BY clause in SQL.
b) By applying sorting algorithms to the dataset.
c) By organizing data into categories before querying.
d) By manually rearranging the output after querying.