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

Web development quizzes

Clock
Minutes
Seconds
SQL can retrieve data from a database.

UNIQUE and NOT NULL are contraints.

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

This query retrieves the first 3 rows: SELECT * FROM employee LIMIT 3;

You can have several PRIMARY KEY constraints per table.