SQL quiz

SQL quiz

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

ASK T3 KOD ARAHAN 4.1.7

ASK T3 KOD ARAHAN 4.1.7

12th Grade

8 Qs

SQL and databases

SQL and databases

KG - 12th Grade

10 Qs

RDBMS  for class10

RDBMS for class10

10th - 12th Grade

10 Qs

Data 231-240

Data 231-240

12th Grade

10 Qs

MySQL

MySQL

12th Grade

10 Qs

Quiz 1 Java

Quiz 1 Java

12th Grade

10 Qs

@tbinh1768/TIN ĐS HK1

@tbinh1768/TIN ĐS HK1

11th Grade - University

11 Qs

KONEKSI BASIS DATA

KONEKSI BASIS DATA

12th Grade

10 Qs

SQL quiz

SQL quiz

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Mohammad Saleem

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?

Structure Query Language


Sequential Query Language

Systematic Query Language


Structured Question Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL keyword is used to retrieve data from a database?

FETCH

EXTRACT

SELECT

RECOVER

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the WHERE clause in SQL?

To specify which columns to select


To specify which table to select from

To filter rows based on a specified condition

To order the results

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the SQL acronym CRUD stand for?

Create, Read, Update, Destroy

Create, Read, Update, Delete

Copy, Read, Update, Delete

Construct, Retrieve, Update, Delete

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

SELECT * FROM Customers
WHERE Country='Mexico';

How many records will be in the results?

0

1

2

3

6.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

Write a SQL code to select people with salary higher than 3000 from the table.

Evaluate responses using AI:

OFF