SQL MCQs - Class 12

SQL MCQs - Class 12

12th Grade

55 Qs

quiz-placeholder

Similar activities

Excel Pre-Test  Review

Excel Pre-Test Review

9th - 12th Grade

50 Qs

AHJN: U8 DB Fr-TB

AHJN: U8 DB Fr-TB

12th Grade - University

50 Qs

Evaluación teórica Base de Datos 7ºU 2025

Evaluación teórica Base de Datos 7ºU 2025

12th Grade - University

60 Qs

Databases

Databases

KG - 12th Grade

50 Qs

Pendalaman USP Basis Data

Pendalaman USP Basis Data

12th Grade

50 Qs

Comptia Prep 1

Comptia Prep 1

12th Grade

50 Qs

UTS BASISDATA

UTS BASISDATA

12th Grade

50 Qs

CP-JAVA 4th QUARTER

CP-JAVA 4th QUARTER

12th Grade

60 Qs

SQL MCQs - Class 12

SQL MCQs - Class 12

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Dread Angel

Used 3+ times

FREE Resource

55 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an INNER JOIN in SQL?

To update records in a table.

To create a new table from existing tables.

To delete records from a table.

To retrieve matching records from two or more tables.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL function is used to count the number of rows in a table?

MAX()

COUNT()

AVG()

SUM()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would you use for a column that stores dates?

INTEGER

DATE or DATETIME

BOOLEAN

STRING

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select all columns from a table named 'employees'?

GET * FROM employees;

FETCH * FROM employees;

SELECT * FROM employees;

SELECT ALL FROM employees;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the WHERE clause in an SQL statement?

To filter records based on specified conditions.

To create new records in the database.

To sort records in ascending order.

To join multiple tables together.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of JOIN returns all records from the left table and matched records from the right table?

FULL OUTER JOIN

LEFT JOIN

RIGHT JOIN

INNER JOIN

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL function is used to find the maximum value in a column?

COUNT()

MIN()

SUM()

MAX()

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?