SQL 1

SQL 1

11th Grade

15 Qs

quiz-placeholder

Similar activities

flowol week 3

flowol week 3

9th - 12th Grade

17 Qs

EmTech Q1 Post Test 3

EmTech Q1 Post Test 3

11th Grade

10 Qs

Computer Lab Rules

Computer Lab Rules

9th - 12th Grade

13 Qs

Impresa e siti web

Impresa e siti web

8th - 12th Grade

10 Qs

Security and Ethics

Security and Ethics

9th - 12th Grade

17 Qs

VB Controls

VB Controls

11th Grade

10 Qs

Design your website

Design your website

7th - 12th Grade

20 Qs

2.3 Producing Robust Programs

2.3 Producing Robust Programs

10th - 11th Grade

14 Qs

SQL 1

SQL 1

Assessment

Quiz

Computers

11th Grade

Medium

Created by

O Hawkridge

Used 14+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the following are components of an SQL statement? (PICK 3)

SELECT

FROM

WHERE

PROJECT

CARTESIAN PRODUCT

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What does SQL stand for?

Sample Query Language

Sequential Query Language

Sample Query Language

Structured Query Language

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" is "Peter"?

Select * from Persons where FirstName = "Peter"

Select [all] from Persons where FirstName = "Peter"

Select * from Persons where FirstName <> "Peter"

Select [all] from Persons where FirstName Like "Peter"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the * character?


E.g., SELECT * 
FROM celebs;

It selects new values in the table.

It only selects fields where values are not empty in the table.

It selects the leftmost field in the table.

It selects every field in the table.

Answer explanation

Correct! It allows us to select every column in a table without having to name each one individually.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which statement is used to extract the table from a database?

Extract

Get

Open

Select

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Where

Order by

From

Select

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using which word allows you to specify that more than one condition must be met in a query?

Also

And

Or

Where

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?