SQL Basics

SQL Basics

9th Grade

20 Qs

quiz-placeholder

Similar activities

GCSE Databases and SQL 2

GCSE Databases and SQL 2

9th - 10th Grade

16 Qs

SQL Basics

SQL Basics

9th - 12th Grade

19 Qs

DBMS

DBMS

9th - 10th Grade

20 Qs

OCR GCSE SQL

OCR GCSE SQL

9th - 10th Grade

18 Qs

CompTIA ITF+ - Database Vocabulary

CompTIA ITF+ - Database Vocabulary

9th - 12th Grade

20 Qs

J277 The use of records to store data

J277 The use of records to store data

9th - 12th Grade

25 Qs

PYTHON PROGRAMMING

PYTHON PROGRAMMING

9th - 12th Grade

20 Qs

U2 SQL

U2 SQL

9th - 12th Grade

21 Qs

SQL Basics

SQL Basics

Assessment

Quiz

Computers

9th Grade

Medium

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

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?