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

Web development quizzes

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

A CREATE TABLE statement is a data definition language (DDL).

SQL can retrieve data from a database.

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

This query is correct: SELECT * FROM employee WHERE age IN (20,21,22);