SQL Quiz

SQL Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

Access most missed ?'s 7/8/9

Access most missed ?'s 7/8/9

KG - University

10 Qs

UTS SMT GANJIL BASIS DATA KELAS XII RPL TA 20-21

UTS SMT GANJIL BASIS DATA KELAS XII RPL TA 20-21

12th Grade

20 Qs

Uji Kompetensi #1 Kelas XII Kompetensi Keahlian Rekayasa Per

Uji Kompetensi #1 Kelas XII Kompetensi Keahlian Rekayasa Per

12th Grade

20 Qs

SQL Basics Quiz

SQL Basics Quiz

12th Grade

10 Qs

sql xi rpl

sql xi rpl

12th Grade

16 Qs

IP QP 2023-24

IP QP 2023-24

12th Grade

18 Qs

AL7KA

AL7KA

KG - University

10 Qs

AL7KAMC

AL7KAMC

KG - University

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