SQL - Consultas sin JOIN

Quiz
•
Computers
•
Professional Development
•
Hard

ALVARO RODRIGUEZ RUIZ
Used 4+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Hulk
Spider
300
Sohan
'Empty Set'
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
1
2
3
4
'Empty Set'
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Select titulo from PELICULAS where longitudMinutos = MAX(*);
Select titulo from PELICULAS order by longitudMinutos DESC limit 1;
Select titulo from PELICULAS order by longitudMinutos limit 1;
Select nombre from PELICULAS where longitudMinutos = 1100;
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consulta para obtener Alumnos matriculados en "Ingeniería civil informatica"
Select nombre from alumnos where id_Carrera = (Select id_carrera from carreras where carrera LIKE 'Ingeniería civil informatica')
Select nombre from alumnos where carrera LIKE 'Ingeniería civil informatica';
Select nombre from alumnos where id_carrera = C2100;
Select nombre from alumnos where id_Carrera = (Select avg(*) from carreras where carrera LIKE 'Ingeniería civil informatica')
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Select numeroCursos from cursos;
Select numeroCursos from cursos where codigo IS NOT NULL;
Select count (*) from cursos;
Select count (*) from cursos group by curso;
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Select count (*) from carreras group by id_carrera;
Select count (*) from alumnos group by id_carrera;
Select count (*), id_carrera from carreras group by id_carrera;
Select count (*), id_carrera from alumnos group by id_carrera;
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qué valor devuelve: select numero-cuenta, max (saldo) from cuenta;
Un número de cuenta y su saldo
El número de cuenta con el saldo máximo
Un número de cuenta y el saldo máximo
Un número de cuenta y el saldo mínimo
8.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consulta para obtener los clientes cuyo nombre empieza por la letra 'G'
Select id-cliente from clientes where nombre-cliente LIKE 'G';
Select id-cliente from clientes where nombre-cliente LIKE '%G%';
Select id-cliente from clientes where nombre-cliente = 'G%';
Select id-cliente from clientes where nombre-cliente LIKE 'G%';
9.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Select media from cuenta;
Select avg(*) from cuenta;
Select avg(saldo) from cuenta;
Select avg(cuenta) from saldo;
Select avg(cuenta) from cuenta where saldo IS NULL;
Similar Resources on Quizizz
7 questions
Diseño y desarrollo de software

Quiz
•
Professional Development
9 questions
System Tools ( Part A )

Quiz
•
Professional Development
11 questions
SQL Server - Transact SQL e Desenvolvimento [DEV]

Quiz
•
Professional Development
10 questions
SQL

Quiz
•
Professional Development
12 questions
tubitak-quiz-1

Quiz
•
Professional Development
10 questions
TEST DE LOS MEPS- CLIPS ROLEPLAY

Quiz
•
Professional Development
5 questions
Vida Estudiantil - Concurso 1

Quiz
•
Professional Development
12 questions
Java Selenium WebDriver

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade