Structured Query Language

Structured Query Language

12th Grade

24 Qs

quiz-placeholder

Similar activities

CLASS XI - MYSQL QUIZ

CLASS XI - MYSQL QUIZ

11th - 12th Grade

20 Qs

SQL Commands Part 1

SQL Commands Part 1

11th - 12th Grade

20 Qs

SQL Basics

SQL Basics

9th - 12th Grade

19 Qs

SQL Queries

SQL Queries

12th Grade

25 Qs

Access Quiz

Access Quiz

9th - 12th Grade

20 Qs

🌟 Python + MySQL Connectivity

🌟 Python + MySQL Connectivity

12th Grade

22 Qs

BASIS DATA KELAS XII RPL

BASIS DATA KELAS XII RPL

12th Grade

20 Qs

SQL intro

SQL intro

8th - 12th Grade

26 Qs

Structured Query Language

Structured Query Language

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Emily Argall

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?