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

Quizzes de desarrollo web

Clock
Minutes
Seconds
A CREATE TABLE statement is a data definition language (DDL).

A primary key column can contain NULL values.

This query is correct: SELECT * FROM employee ORDER BY age DESC;

This query retrieves the employees whose names end with h: SELECT * FROM employees WHERE name LIKE 'h%';

SQL stands for "Structured Query Language".