SQL SELECT Statement Quiz

SQL SELECT Statement Quiz

University

15 Qs

quiz-placeholder

Similar activities

Kiểm tra kiến thức về SQL

Kiểm tra kiến thức về SQL

11th Grade - University

15 Qs

Chapter Quiz

Chapter Quiz

University

10 Qs

Comandos SQL

Comandos SQL

University

10 Qs

Evaluación de MySQL

Evaluación de MySQL

University

10 Qs

Base de Datos I - Parte 2

Base de Datos I - Parte 2

University

10 Qs

IntroductionDatabases

IntroductionDatabases

University

20 Qs

Ktra thường xuyên Tin 11

Ktra thường xuyên Tin 11

11th Grade - University

20 Qs

kuis database

kuis database

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?