Structured Query Language

Structured Query Language

12th Grade

24 Qs

quiz-placeholder

Similar activities

Querying using MySQL

Querying using MySQL

12th Grade

20 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

Database

Database

12th Grade

20 Qs

SQL

SQL

12th Grade - Professional Development

23 Qs

Relational Database Management System

Relational Database Management System

12th Grade

20 Qs

Intro to Databases

Intro to Databases

12th Grade

20 Qs

ICT YEAR 8 SECOND TERM FIRST TEST

ICT YEAR 8 SECOND TERM FIRST TEST

8th Grade - University

20 Qs

HYKwCS-CH05-S05-Databases

HYKwCS-CH05-S05-Databases

9th - 12th Grade

24 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?