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 age = 25;

The DEFAULT constraint inserts a default value into a column.

A NOT NULL constraint can accept NULL values.

We can define aliases like this: SELECT age ALIAS myage FROM employee;