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

Web development quizzes

Clock
Minutes
Seconds
SQL can retrieve data from a database.

SQL injection is a technique where malicious users inject SQL commands into an SQL statement, via website input.

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

The first version of MySQL appeared on 23 May 1981.

We use the DIFFERENT keyword to retrieve different values, for example: SELECT DIFFERENT column_name FROM table_name;