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
10 questions
WEB HOSTING QUIZ

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

Quiz
•
Professional Development
8 questions
Pako

Quiz
•
Professional Development
5 questions
Vida Estudiantil - Concurso 1

Quiz
•
Professional Development
12 questions
Java Selenium WebDriver

Quiz
•
Professional Development
7 questions
Diseño y desarrollo de software

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

Quiz
•
Professional Development
10 questions
PLSQL and Cursor Quiz

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade