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

Web development quizzes

Clock
Minutes
Seconds
This query is correct: SELECT * FROM employee WHERE EITHER age = 25 OR age = 30;

A primary key column can contain NULL values.

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

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

By default, the starting value for AUTO_INCREMENT is 0.