SQL MCQs - Class 12

SQL MCQs - Class 12

12th Grade

55 Qs

quiz-placeholder

Similar activities

Introduction to Databases

Introduction to Databases

7th - 12th Grade

50 Qs

Computer Awareness - 8

Computer Awareness - 8

12th Grade

60 Qs

Networking and Database Quiz

Networking and Database Quiz

12th Grade

53 Qs

Pengayaan USP 1

Pengayaan USP 1

12th Grade

60 Qs

SQL 1

SQL 1

12th Grade

50 Qs

py and sql

py and sql

12th Grade

51 Qs

Databases

Databases

9th - 12th Grade

50 Qs

Pendalaman USP Basis Data

Pendalaman USP Basis Data

12th Grade

50 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?