SQL Concepts Quiz for Grade 12 Students

SQL Concepts Quiz for Grade 12 Students

12th Grade

30 Qs

quiz-placeholder

Similar activities

Pangkalan Data

Pangkalan Data

7th - 12th Grade

25 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

SQL 1

SQL 1

12th Grade

26 Qs

SQL Query Quiz

SQL Query Quiz

12th Grade

30 Qs

Concepts of Database Mgmt. Chapter 3 Review

Concepts of Database Mgmt. Chapter 3 Review

9th - 12th Grade

26 Qs

POWER UP SK SPM 2021-PART 4

POWER UP SK SPM 2021-PART 4

10th - 12th Grade

25 Qs

numeric functions in mysql vaishali lamba

numeric functions in mysql vaishali lamba

12th Grade

34 Qs

Coding Fintech Final - Fall

Coding Fintech Final - Fall

12th Grade

30 Qs

SQL Concepts Quiz for Grade 12 Students

SQL Concepts Quiz for Grade 12 Students

Assessment

Quiz

Computers

12th Grade

Easy

Created by

KAREN TAN

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

OPEN ENDED QUESTION

5 mins • 20 pts

Describe the output of the following SQL query:
SELECT CustomerID, SUM(SalesAmount) AS TotalSales

FROM Orders

GROUP BY CustomerID;

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

5 mins • 20 pts

Describe the output of the following SQL query:
SELECT ProductName, Price

FROM Products

ORDER BY Price DESC;

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

5 mins • 20 pts

Describe the output of the following SQL query:
SELECT DepartmentID, AVG(Salary) AS AvgSalary

FROM Employees

GROUP BY DepartmentID

HAVING AVG(Salary) > 50000;

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

5 mins • 20 pts

Describe the output of the following SQL query:
SELECT CustomerName

FROM Customers

WHERE CustomerName LIKE 'J%';

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

5 mins • 20 pts

Describe the output of the following SQL query:
SELECT EmployeeName

FROM Employees

WHERE Department = 'Sales' OR Department = 'Marketing';

Evaluate responses using AI:

OFF

6.

OPEN ENDED QUESTION

5 mins • 20 pts

Describe the output of the following SQL query:
SELECT ProductName, Price

FROM Products

WHERE Price > 100 AND Price < 500;

Evaluate responses using AI:

OFF

7.

OPEN ENDED QUESTION

5 mins • 20 pts

Describe the output of the following SQL query:
SELECT *

FROM Orders

WHERE MONTH(OrderDate) = 6;

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?