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

Web development quizzes

Clock
Minutes
Seconds
A SELECT statement is a data definition language (DDL).

NULL is exactly the same as empty string.

This query retrieves the employees whose names end with h: SELECT * FROM employees WHERE name LIKE 'h%';

This query is correct: SELECT * FROM employee WHERE age BETWEEN 20 AND 25;

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