Structured Query Language

Structured Query Language

12th Grade

24 Qs

quiz-placeholder

Similar activities

tin 12 bài 3

tin 12 bài 3

12th Grade

20 Qs

SQL Quiz - Basic

SQL Quiz - Basic

11th - 12th Grade

25 Qs

MySQL mastery skills review

MySQL mastery skills review

12th Grade

26 Qs

TRYING

TRYING

9th - 12th Grade

25 Qs

Intro to Microsoft Access

Intro to Microsoft Access

10th - 12th Grade

20 Qs

sql queries - 2

sql queries - 2

12th Grade

20 Qs

U2 SQL

U2 SQL

9th - 12th Grade

21 Qs

Unit 2, 3.5 Data analysis tools

Unit 2, 3.5 Data analysis tools

12th Grade

20 Qs

Structured Query Language

Structured Query Language

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Emily Argall

Used 2+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHICH QUERY?

defines the list of fields to be displayed

SELECT

FROM

WHERE

ORDER BY

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHICH QUERY?

defines the list of tables the data will come from

SELECT

FROM

WHERE

ORDER BY

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHICH QUERY?

defines the list of search criteria

SELECT

FROM

WHERE

ORDER BY

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHICH QUERY?

defines the way in which the data will appear

e.g. ______ age DESC

SELECT

FROM

WHERE

ORDER BY

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which symbol can be used as a 'wild card' in sql?

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which query can be used to search for a pattern in the WHERE clause?

e.g. WHERE word _____ '%ing' to search for words ending in 'ing'

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the two ways in which you can specify links between tables?

WHERE tblCustomer.custID = tblSubscription.custID

WHERE custID.tblSubscription = custID.tblCustomer

JOIN tblPlayer, tblTeam

ON teamID

JOIN tblPlayer

ON tblPlayer.teamID = tblTeam.teamID

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?