SQL statements 1

SQL statements 1

University

15 Qs

quiz-placeholder

Similar activities

CS100||MsWord

CS100||MsWord

University

10 Qs

DSA quiz 3 set 1

DSA quiz 3 set 1

University

10 Qs

Chapter 8 - Memory Management Strategies

Chapter 8 - Memory Management Strategies

University

15 Qs

MB-7

MB-7

University

20 Qs

Round 1 for Preplacement Bootcamp.

Round 1 for Preplacement Bootcamp.

University

15 Qs

LETS US REFRESH OUR MEMORY!

LETS US REFRESH OUR MEMORY!

University

10 Qs

Java Quiz 4

Java Quiz 4

University

15 Qs

Visual Basic 2010

Visual Basic 2010

8th Grade - University

10 Qs

SQL statements 1

SQL statements 1

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Karen Tan

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the SQL SELECT statement below which keyword is responsible for selecting all records starting with a:

Select * from studtb WHERE surname LIKE 'a%';

SELECT

LIKE

WHERE

FROM

studtb

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the SQL SELECT statement below which keyword is responsible for filtering records by surname

Select * from studtb WHERE surname LIKE 'a%';

SELECT

LIKE

WHERE

FROM

studtb

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the SQL SELECT statement below which keyword is responsible for specifying the source of the data

Select * from studtb WHERE surname LIKE 'a%';

SELECT

LIKE

WHERE

FROM

studtb

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the SQL SELECT statement below which what is the table name?

Select * from studtb WHERE surname LIKE 'a%';

SELECT

LIKE

WHERE

FROM

studtb

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the SQL SELECT statement below what keyword is used to choose all records / specific records in the database?

Select * from studtb WHERE surname LIKE 'a%';

SELECT

LIKE

WHERE

FROM

studtb

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is responsible for allowing records within a specific range to be selected?
SELECT * FROM Students

WHERE Age BETWEEN 22 AND 25;

BETWEEN

AND

Students

Age

22, 25

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword / operator is responsible for returning records only if both conditions are TRUE?
SELECT * FROM Students

WHERE Age BETWEEN 22 AND 25;

BETWEEN

AND

Students

Age

22, 25

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?