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

Web development quizzes

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

This query is correct: INSERT INTO table_name THIS (value1,value2,value3,...);

A foreign key declaration can include this: ON UPDATE CASCADE.

A DROP statement is a data definition language (DDL).

UNIQUE and NOT NULL are contraints.