Which Of The Following Is A Correct Syntax For Sum Function #137
Which of the following is a correct syntax for sum( ) function?
This multiple choice question (MCQ) is related to the book/course
gs gs115 Structured Query Language.
It can also be found in
gs gs115 SQL Numeric Functions - SQL Avg & Sum Functions - Quiz No.1.
Which of the following is a correct syntax for sum( ) function?
Select SUM( ) from table_name;
Select SUM(expression) from table_name;
Select SUM ( ) expression from table_name;
Select expression SUM( ) from table_name;