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

Web development quizzes

Clock
Minutes
Seconds
Querying directly from a table takes more time than querying from a view.

MySQL is (as of March 2014) the world's second most widely used open-source RDBMS.

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

A primary key column can contain NULL values.

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