
SQL Concepts Quiz for Grade 12 Students

Quiz
•
Computers
•
12th Grade
•
Easy
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
Similar Resources on Wayground
30 questions
DB 2 - Q1

Quiz
•
12th Grade
30 questions
Databases - Recap Week 1

Quiz
•
12th Grade - University
32 questions
Prueba App Inventor + SQL

Quiz
•
12th Grade
30 questions
Ulangan Harian Ke-1 Administrasi Sistem Jaringan 12 Kelas XII TKJ A-B SMK SAKTI GEMOLONG Pengampu pakagso

Quiz
•
12th Grade
28 questions
Latihan PSAJ

Quiz
•
12th Grade
25 questions
HTML, CSS & JS

Quiz
•
11th - 12th Grade
25 questions
Module 2-4:: Part 1 of 2

Quiz
•
9th - 12th Grade
25 questions
CFT SQL Final Practice

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade