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

Web development quizzes

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

SQL stands for "Structured Query Language".

The first version of MySQL appeared on 23 May 1981.

The DEFAULT constraint inserts a default value into a column.

This query is correct: UPDATE table_name SET column1=value1;