Question
What is an easy way to evaluate the result of a mathematical expression in SQL?
Use the COUNT() function
Use the SUM() function
Directly write and execute the expression in a SELECT statement
Use the GROUP BY clause
Submit
Skip