SQL Basics for CCEA Digital Tech

SQL Basics for CCEA Digital Tech

9th Grade

20 Qs

quiz-placeholder

Similar activities

GCSE Databases and SQL 2

GCSE Databases and SQL 2

9th - 10th Grade

16 Qs

Asas Sains Komputer Tingkatan 3 (Bab 4.1.5 - 4.1.9)

Asas Sains Komputer Tingkatan 3 (Bab 4.1.5 - 4.1.9)

9th - 11th Grade

16 Qs

DBMS

DBMS

9th - 10th Grade

20 Qs

Sql_1

Sql_1

9th Grade

17 Qs

ULANGAN 1 BASIS DATA KELAS XII RPL

ULANGAN 1 BASIS DATA KELAS XII RPL

1st - 10th Grade

20 Qs

1st Monthly Examination in Computer Programming 3

1st Monthly Examination in Computer Programming 3

KG - 12th Grade

17 Qs

U2 SQL

U2 SQL

9th - 12th Grade

21 Qs

7.7 Software Security Review

7.7 Software Security Review

8th Grade - University

15 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.8.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.9-10.4

CCSS.RI.9-10.4

CCSS.RI.8.4

CCSS.RI.7.4

CCSS.RI.6.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?