
Quiz su SQL e Sottoquery

Quiz
•
Computers
•
12th Grade
•
Hard
ALBERTO FRANZAROLI
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cosa è una sottoquery?
Un linguaggio di programmazione
Un sistema operativo
Un tipo di database
Una query che estrae dati da un'altra query
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quando è utile utilizzare le SELECT annidate?
Quando non si ha accesso ai dati
Quando si vogliono evitare le JOIN
Quando si desidera un risultato finale
Quando serve un risultato intermedio
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual è la sintassi generale di una sottoquery?
SELECT * FROM table WHERE column = (SELECT ...)
SELECT * WHERE (SELECT ...)
SELECT (SELECT ...) FROM *
SELECT * FROM (SELECT ...)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale clausola si utilizza per trovare valori che soddisfano almeno una condizione?
EXISTS
IN
ANY
ALL
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual è la differenza principale tra sottoquery e JOIN?
I JOIN sono più performanti per grandi dataset
I JOIN non possono essere utilizzati in SELECT
Le sottoquery non possono essere utilizzate in WHERE
Le sottoquery sono più veloci
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale operatore si utilizza con la clausola ALL?
<>
=
IN
ANY
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cosa produce la seguente SELECT: SELECT * FROM PERSONE WHERE Età > (SELECT Max(Età) FROM Persone WHERE Residenza = 'Roma')?
Persone con età inferiore a 21
Persone con età superiore a 21
Persone residenti a Roma
Persone con età esattamente 21
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Cyberbullismo

Quiz
•
1st - 12th Grade
20 questions
La sintassi CSS

Quiz
•
9th Grade - Professio...
20 questions
Browser: impostazioni e preferiti

Quiz
•
9th - 12th Grade
18 questions
Grid Computing - 5AI

Quiz
•
12th Grade
10 questions
Test sulla Sicurezza Informatica

Quiz
•
11th Grade - University
13 questions
Quiz sulle Licenze Open Content

Quiz
•
12th Grade
15 questions
JAVA GUI

Quiz
•
11th - 12th Grade
20 questions
Linguaggio C++

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade