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 copies data from table2 to table1: INSERT INTO table2 SELECT * FROM table1;
False
True
This query is correct: UPDATE table_name SET column1=value1;
False
True
This query retrieves the employees whose names end with h: SELECT * FROM employees WHERE name LIKE 'h%';
False
True
SQL stands for "Structured Query Language".
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 >>