sql per 4f
Quiz
•
Computers
•
9th Grade
•
Medium
Used 84+ times
FREE Resource
Enhance your content in a minute
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Visualizza i campi DesignerID e Designer dalla tabella Designers
SELECT * FROM Designers
SELECT DesignerID, Name FROM Designers
SELECT DesignerID AND Designer FROM Designers
SELECT DesignerID, Designer FROM Designers
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Visualizza tutti i record della tabella Items ordinati in base al prezzo (dal minore al maggiore)
SELECT * FROM Items ORDER BY Price ASCENDING
SELECT * FROM Items ORDER BY Price ASC
SELECT * FROM Items BY Price LOWEST TO HIGHEST
SELECT * FROM Items ORDER BY Price DESC
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Visualizza tutti i record della tabella Items di tipo "Chair" che costano più di 50€
SELECT * FROM Items WHERE Type = 'Chair' AND Price > 50
SELECT * FROM Items WHERE Type = 'Chair' OR Price < 100
SELECT * FROM Iterms WHERE Type = 'Chair' AND Price >= 50
SELECT * FROM Items WHERE Price > 50
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Visualizza tutti i record della tabella Designer
SELECT * FROM Designer
SELECT [All] FROM Designer
SELECT Designer.*
SELECT FROM Designer
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Visualizza le fatture del cliente "XYZ"
SELECT idfattura, anno, importo FROM testatefatture, clienti WHERE testatefatture.idcliente=clienti.idcliente
AND RagioneSociale="XYZ"
SELECT * FROM testatefatture, clienti WHERE RagioneSociale="XYZ"
SELECT idfattura, anno, importo FROM testatefatture, clienti WHERE testatefatture.idfattura=clienti.idcliente
AND RagioneSociale="XYZ"
SELECT testatefatture.* FROM testatefatture, clienti WHERE RagioneSociale="XYZ"
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Visualizza i record della tabella movies che contengono nel name la parola "power"
SELECT * FROM movies WHERE name = ‘%power%’
SELECT * FROM movies WHERE genre LIKE ‘%power%’
SELECT * FROM movies WHERE name LIKE ‘%power%’
SELECT * FROM games WHERE name LIKE ‘%power%’
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Cosa significa * nella SELECT?
Serve a visualizza tutti i campi di una tabella
Serve a visualizzare tutti i record della tabella
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Digital Footprint
Quiz
•
9th Grade
15 questions
AV1/R1 3TEC_CG_Função do Design
Quiz
•
1st Grade - University
10 questions
TQ - Review Quiz Week 1
Quiz
•
9th Grade
10 questions
DBMS- CLASS8 CBSE
Quiz
•
7th - 10th Grade
17 questions
CPU Recap Quiz
Quiz
•
9th - 12th Grade
10 questions
Anime
Quiz
•
KG - University
10 questions
Unit 4 Inkscape Visual Graphics
Quiz
•
9th Grade
10 questions
QBASIC Programming
Quiz
•
5th - 10th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
20 questions
Six Weeks Test 2 Review
Lesson
•
9th - 12th Grade
12 questions
Overview of Mexico Part 1
Lesson
•
9th - 12th Grade
10 questions
Exploring Computer Hardware and Software Components
Interactive video
•
6th - 10th Grade
