What Is The Syntax For Basic Sql Avg Function #139
What is the syntax for basic SQL AVG 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.
What is the syntax for basic SQL AVG function?
Select AVG(expression) from table;
Select Average(expression) from table;
Select AVG( ) expression from table;
Select expression AVG( ) from table;