SQL Quiz

SQL Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

KIỂM TRA 15 PHÚT B7,8 TIN 12

KIỂM TRA 15 PHÚT B7,8 TIN 12

1st - 12th Grade

15 Qs

Access - set up and queries

Access - set up and queries

10th - 12th Grade

17 Qs

SQL Fundamentals: Fill in the Blanks

SQL Fundamentals: Fill in the Blanks

12th Grade

20 Qs

Sprawdzian z MongoDB

Sprawdzian z MongoDB

12th Grade

10 Qs

Spreadsheets

Spreadsheets

KG - University

10 Qs

SQL_Quiz

SQL_Quiz

12th Grade

10 Qs

Base de Datos (Diagrama E-R, SELECT)

Base de Datos (Diagrama E-R, SELECT)

12th Grade

20 Qs

PHPBASIC121_LuanNP1

PHPBASIC121_LuanNP1

KG - Professional Development

12 Qs

SQL Quiz

SQL Quiz

Assessment

Quiz

Other

12th Grade

Medium

Created by

ANILKUMAR M

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

MAX()

COUNT()

SUM()

AVG()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SQL function SUM() is used to:

Find the largest value in a column

Calculate the total of numeric values in a column

Count the number of rows

Return the average value

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which query will calculate the total Amount of delivered orders?

SELECT SUM(Amount) FROM Orders WHERE Status = 'Delivered';

SELECT COUNT(Amount) FROM Orders WHERE Status = 'Delivered';

SELECT AVG(Amount) FROM Orders WHERE Status = 'Delivered';

SELECT MAX(Amount) FROM Orders WHERE Status = 'Delivered';

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assertion (A): The COUNT(*) function counts all rows in a table, including rows with NULL values. Reason (R): COUNT(*) is designed to provide a total count of rows, irrespective of column values.

Both A and R are true, and R is the correct explanation of A.

Both A and R are true, but R is not the correct explanation of A.

A is true, but R is false.

A is false, but R is true.

5.

OPEN ENDED QUESTION

3 mins • 1 pt

The GROUP BY clause can be used without aggregate functions.

Evaluate responses using AI:

OFF

6.

OPEN ENDED QUESTION

3 mins • 1 pt

A student table has columns RollNo, Name, Marks. Write a query to find the average marks of all students.

Evaluate responses using AI:

OFF

7.

OPEN ENDED QUESTION

3 mins • 1 pt

Justify the purpose of the HAVING clause in SQL.

Evaluate responses using AI:

OFF

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?