SQL Basics

SQL Basics

9th Grade

20 Qs

quiz-placeholder

Similar activities

WCS Adobe Visual Part 3

WCS Adobe Visual Part 3

9th - 12th Grade

20 Qs

JS DOM

JS DOM

9th - 12th Grade

17 Qs

Photoshop

Photoshop

7th - 11th Grade

20 Qs

1st Monthly Examination in Computer Programming 3

1st Monthly Examination in Computer Programming 3

KG - 12th Grade

17 Qs

IBA Lesson 1

IBA Lesson 1

8th - 12th Grade

17 Qs

Python with Data Science Set 1

Python with Data Science Set 1

9th - 12th Grade

20 Qs

BASIS DATA XI RPL

BASIS DATA XI RPL

9th - 12th Grade

20 Qs

SQL Basics

SQL Basics

Assessment

Quiz

Computers

9th Grade

Medium

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

+1

Standards-aligned

Used 1K+ 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?