
DBMS QUIZ

Quiz
•
Computers
•
12th Grade
•
Medium
Priyaadharshini M
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command is used to remove a specific record from a table in SQL?
DELETE
UPDATE
INSERT
SELECT
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command undo all the updates performed by the SQL in the transaction?
ROLLBACK
COMMIT
TRUNCATE
DELETE
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The FROM SQL clause is used to …
specify what table we are selecting or deleting data FROM
specify range for search condition
specify search condition
None of these
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What SQL query is used to retrieve the average age of employees?
SELECT AVG(Age) FROM Employees
SELECT AVERAGE(Age) FROM Employees
SELECT SUM(Age)/COUNT(*) FROM Employees
SELECT AGE(AVG) FROM Employees
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do you mean by one-to-many relationships?
One class may have many teachers
One teacher can have many classes
Many classes may have many teachers
Many teachers may have many classes
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A sample database table named "Employees" with columns "ID," "Name," "Age," and "Department" is created with some data inserted. What SQL query is used to retrieve all columns from the Employees table?
SELECT * FROM Employees;
SELECT Name, Age, Department FROM Employees;
SELECT ID, Name, Age, Department FROM Employees;
SELECT Employees;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the error in "ALTER TABLE Students DROP COLUMN DateOfBirth date;"
ALTER TABLE
DROP COLUMN
DateOfBirth
date
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
B.2.2 Practice Test

Quiz
•
9th - 12th Grade
20 questions
Computer Knowledge

Quiz
•
12th Grade - University
20 questions
Microsoft Excel - Rows, Columns & Cells

Quiz
•
9th - 12th Grade
20 questions
iGCSE Computer Science: Problem Solving

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

Quiz
•
12th Grade
20 questions
MySQL-Grade XII IP

Quiz
•
12th Grade
15 questions
SQL

Quiz
•
11th - 12th Grade
20 questions
SQL Quiz

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