SQL SELECT Statement Quiz

SQL SELECT Statement Quiz

University

15 Qs

quiz-placeholder

Similar activities

Quizz về SQL Injection

Quizz về SQL Injection

University

18 Qs

Q3. Relational Model

Q3. Relational Model

University

16 Qs

GESTION BD

GESTION BD

University

12 Qs

Aprofundando em SQL

Aprofundando em SQL

University

20 Qs

quiz-1

quiz-1

University

20 Qs

Hệ quản trị cơ sở dữ liệu - Kiểm tra thường xuyên 3

Hệ quản trị cơ sở dữ liệu - Kiểm tra thường xuyên 3

University

10 Qs

SQL Basics Quiz

SQL Basics Quiz

University

10 Qs

SBD QUIZ#13

SBD QUIZ#13

University

10 Qs

SQL SELECT Statement Quiz

SQL SELECT Statement Quiz

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

John Ulakovich

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL keyword is used to specify the table from which to retrieve data?

WHERE

SELECT

FROM

JOIN

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the SQL keyword 'SELECT'?

To modify data

To retrieve data

To delete data

To create a table

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of a WHERE clause on a SQL query?

It increases the query speed

It limits the data affected by the query

It changes the database structure

It creates new tables

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the comparison operator "=" mean?

Not equal to

Less than

Equal to

Greater than

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator means "greater than"?

<=

>=

>

<

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the sequence used for strings in SQL?

Numeric

Alphabetical

Random

Reverse alphabetical

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the SQL query, which table is being queried?

SELECT *

FROM customers

WHERE contactLastName < ‘C';

orders

customers

products

employees

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?