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

Web development quizzes

Clock
Minutes
Seconds
A NOT NULL constraint can accept NULL values.

This query is correct: SELECT * FROM employee WHERE age = 25;

This statement adds a column: ALTER TABLE employee DROP COLUMN age.

The HAVING statement must be used along with the GROUP BY statement.

We can define aliases like this: SELECT age ALIAS myage FROM employee;