Which of the following statements is true about writing effective SQL queries?
a. Know your data.
b. Know the problem.
c. Build one clause at a time.
d. Build query components in the order FROM, WHERE, GROUP BY, HAVING, SELECT, and ORDER BY.
e. All of the above.
f. None of the above.