Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Reparaciones.

Quizzes de desarrollo web

Clock
Minutes
Seconds
This query returns all the columns from the table Employee: SELECT + FROM Employee

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

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

There are different versions of the SQL language.

This query is correct: ERASE FROM table_name WHERE column1=value1;