sql per 4f

sql per 4f

9th Grade

12 Qs

quiz-placeholder

Similar activities

Year 10 Data Transmission

Year 10 Data Transmission

9th - 12th Grade

13 Qs

Computer Hardware - CPU & GPU

Computer Hardware - CPU & GPU

7th Grade - University

16 Qs

Internet Vocabulary

Internet Vocabulary

7th - 9th Grade

12 Qs

Visual Basic 2010

Visual Basic 2010

8th Grade - University

10 Qs

Shree

Shree

KG - University

13 Qs

IT related jobs

IT related jobs

9th Grade

9 Qs

S2 Subject Choice Quiz

S2 Subject Choice Quiz

8th - 10th Grade

10 Qs

Online Search Skills

Online Search Skills

7th - 12th Grade

16 Qs

sql per 4f

sql per 4f

Assessment

Quiz

Computers

9th Grade

Medium

Used 84+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Media Image

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?