Introduction to SQL
Which of the following are the five built-in functions provided by SQL?

SUM, AVG, MIN, MAX, MULT
COUNT, SUM, AVG, MAX, MIN
SUM, AVG, MULT, DIV, MIN
SUM, AVG, MIN, MAX, NAME

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
To define what columns should be displayed in an SQL SELECT statement:

use SELECT to name the source table(s) and list the columns to be shown after USING.
use FROM to name the source table(s) and list the columns to be shown after SELECT.
use USING to name the source table(s) and list the columns to be shown after SELECT.
use USING to name the source table(s) and list the columns to be shown after WHER

ANSWER DOWNLOAD EXAMIANS APP