SQL Basics for CCEA Digital Tech

SQL Basics for CCEA Digital Tech

9th Grade

20 Qs

quiz-placeholder

Similar activities

Graphic Design Basics

Graphic Design Basics

9th - 12th Grade

17 Qs

GCSE Databases and SQL 2

GCSE Databases and SQL 2

9th - 10th Grade

16 Qs

Intro to Databases in Access

Intro to Databases in Access

9th - 11th Grade

16 Qs

DBMS

DBMS

9th - 10th Grade

20 Qs

Programming Fundamentals Part 2

Programming Fundamentals Part 2

9th - 11th Grade

20 Qs

Microsoft Access Practice Quiz

Microsoft Access Practice Quiz

9th - 12th Grade

15 Qs

Relationships in Tables and Queries

Relationships in Tables and Queries

9th - 12th Grade

16 Qs

U2 SQL

U2 SQL

9th - 12th Grade

21 Qs

SQL Basics for CCEA Digital Tech

SQL Basics for CCEA Digital Tech

Assessment

Quiz

Computers

9th Grade

Medium

CCSS
RI.9-10.4, RI.11-12.4, RI.7.4

+1

Standards-aligned

Created by

Graham Patterson

Used 18+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does "SQL" stand for?

Structured Question Language

Structured Query Language

Simple Query Language

Simple Question Language

Tags

CCSS.RI.11-12.4

CCSS.RI.7.4

CCSS.RI.8.4

CCSS.RI.9-10.4

CCSS.RI.9-10.4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is used to extract data from a database?

Extract

Get

Open

Select

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you were wanting to filter data, which clause would you use?

Where

Order by

From

Select

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Less than or equal to?

>=

=>

=<

<=

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which word is missing from the following SQL statement?


Select * table_name

With

Where

From

And

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we select all rows for the "Designer" table?

SELECT * FROM Designer

SELECT [All] FROM Designer

SELECT Designer.*

SELECT FROM Designer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would we script a SQL query to select "Description" from the Item table?

SELECT Item.Description

EXTRACT Description FROM Item

SELECT Item FROM Description

SELECT Description FROM Item

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?