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

Web development quizzes

Clock
Minutes
Seconds
SQL can retrieve data from a database.

MySQL is written in Java.

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

By default, the starting value for AUTO_INCREMENT is 0.

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