SQL MCQs - Class 12

SQL MCQs - Class 12

12th Grade

55 Qs

quiz-placeholder

Similar activities

Ôn tập kiểm tra HK2 - Tin học 12

Ôn tập kiểm tra HK2 - Tin học 12

12th Grade

50 Qs

KISI2 PTS GNP MULOK MIKROTIKK

KISI2 PTS GNP MULOK MIKROTIKK

12th Grade

50 Qs

Web Design - Final Exam Review

Web Design - Final Exam Review

9th - 12th Grade

50 Qs

Term 3 Mid-Term Quiz

Term 3 Mid-Term Quiz

6th - 12th Grade

60 Qs

Module Communication - Email

Module Communication - Email

7th Grade - University

60 Qs

Programowanie C++ - karta

Programowanie C++ - karta

12th Grade

58 Qs

Quiz Dedicated Server

Quiz Dedicated Server

12th Grade

60 Qs

Aplikasi Pengolah Angka (Spreadsheet)

Aplikasi Pengolah Angka (Spreadsheet)

9th - 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers