Which keyword is used for sorting the data in descending order in MySQL?
DESC
ASC
SORT
MODIFY
Which of the following clause is used to construct a predicate?
WHERE
SUM
FROM
COUNT (*)
Which of the following is used to add a row into a table?
ADD
CREATE
INSERT
MAKE
_________ produces the arithmetic sum of all selected values of a given field.
sum( )
count( )
total( )
avg( )