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

Quizzes de desarrollo web

Clock
Minutes
Seconds
This query is correct: SELECT column1 FROM table1 UNION SELECT column2 FROM table2;

This query is correct: SELECT * FROM employee WHERE EITHER age = 25 OR age = 30;

SQL stands for "Structured Query Language".

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

The UPDATE statement is a data manipulation language (DML).