Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Kdenlive. Hardware. Redes.

Quizzes de desarrollo web

Clock
Minutes
Seconds
UNIQUE and NOT NULL are contraints.

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

This statement adds a column: ALTER TABLE employee DROP COLUMN age.

This query is correct: SELECT * FROM employee ON age = 25;

A NOT NULL constraint can accept NULL values.