Which of the following cannot be used as an argument for SUM function? ( Column1 and column2 are numeric fields of a table)

Which of the following cannot be used as an argument for SUM function? ( Column1 and column2 are numeric fields of a table) Correct Answer *

Column names or arithmetic expressions can be used as arguments for SUM( ) function, whereas *,all cannot be used. This is because the SUM( ) function calculates the sum of any specified column, not the entire records.

Related Questions

Let the statement : SELECT column1 FROM myTable; return 10 rows. The statement : SELECT ALL column1 FROM myTable; will return