SQL-

SQL-

University

10 Qs

quiz-placeholder

Similar activities

PPT 2 KNOWLEGDE CHECKER AND STARTER

PPT 2 KNOWLEGDE CHECKER AND STARTER

12th Grade - University

13 Qs

SQL-

SQL-

Assessment

Quiz

Construction

University

Hard

Created by

Brian Traceur

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1️⃣ What does SQL stand for?

A) Simple Query Language

B) Structured Query Language

C) Standard Queue Language

D) Sequential Query Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2️⃣ What is the main purpose of SQL?

A) To design web pages

B) To encrypt network messages

C) To manage and interact with databases

D) To handle email servers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3️⃣ Which of these is NOT typically done using SQL?

A) Store data

B) Retrieve data

C) Update data

D) Draw graphics on a canvas

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

4️⃣ Which SQL operation would you use to remove old records from a database?

A) SELECT

B) DELETE

C) INSERT

D) JOIN

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

5️⃣ What does this query do?

SELECT * FROM Customers WHERE Country = 'Mexico';

A) Deletes customers from Mexico

B) Updates customers in Mexico

C) Retrieves all customers from Mexico

D) Creates a new table of Mexican customers

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

6️⃣ What does the ORDER BY clause do in SQL?

A) Sorts the results by a specified column

B) Deletes duplicate records

C) Encrypts the output

D) Creates a new table

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

7️⃣ What does this query do?

DELETE FROM Customers WHERE CustomerName = 'Alfreds Futterkiste';

A) Selects all customers named Alfreds Futterkiste

B) Updates Alfreds Futterkiste’s records

C) Deletes the customer named Alfreds Futterkiste

D) Orders customers by name

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?