Q. To optimize queries, use simple columns or literals as operands in a conditional expression and avoid the use of conditional expressions with ____ whenever possible. (Solved)
1. the WHERE clause
2. functions
3. the GROUP BY clause
4. Indexes
- b. functions