Your browser does not support JavaScript!
Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Reparaciones.
Inicio
Sobre mí
Tutoriales
Descargas
Quiz
Portafolio
Desarrollo web
Diseño gráfico
Reparaciones
Quizzes de desarrollo web
Minutes
Seconds
Ir a página:
<< Primero
< Anterior
1
2
3
4
5
6
7
8
9
10
Siguiente >
Último >>
This query retrieves the first 3 rows: SELECT * FROM employee LIMIT 3;
False
True
This statement adds a column: ALTER TABLE employee DROP COLUMN age.
False
True
This query retrieves the employees whose names end with h: SELECT * FROM employees WHERE name LIKE 'h%';
False
True
This query is correct: UPDATE table_name SET column1=value1;
False
True
The DEFAULT constraint inserts a default value into a column.
False
True
Ir a página:
<< Primero
< Anterior
1
2
3
4
5
6
7
8
9
10
Siguiente >
Último >>