Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Repairs.

Web development quizzes

Clock
Minutes
Seconds
A SELECT statement is a data definition language (DDL).

AVG() returns the average of a numeric column.

This query is correct: SELECT * FROM employee ORDER BY age DESC;

This query returns all the columns from the table Employee: SELECT + FROM Employee

UNIQUE and NOT NULL are contraints.