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

Web development quizzes

Clock
Minutes
Seconds
A BLOB stands for Binary Large Object.

A SELECT statement is a data definition language (DDL).

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

A primary key column can contain NULL values.

This query copies data from table2 to table1: INSERT INTO table2 SELECT * FROM table1;