
Database Transactions Quiz

Quiz
•
Computers
•
12th Grade
•
Easy
Jhon Harvey Babia
Used 3+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a Transaction?
A database index
A logical unit of work that contains one or more SQL statements
A single SQL statement
A database schema
Answer explanation
A Transaction is a logical unit of work that contains one or more SQL statements, making it the correct choice among the options provided.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When does a transaction end?
When a DDL statement is issued
When a DML statement is executed
When it is committed or rolled back
When a SELECT statement is executed
Answer explanation
A transaction ends when it is committed or rolled back, indicating the finality of the changes made within the transaction.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the ACID model stand for in database transactions?
Atomicity, Consistency, Isolation, Durability
Agility, Consistency, Isolation, Durability
Accuracy, Consistency, Isolation, Durability
Atomicity, Consistency, Integrity, Durability
Answer explanation
The correct choice is Atomicity, Consistency, Isolation, Durability, which are the key principles of the ACID model in database transactions.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL statement is used to commit a transaction?
SAVEPOINT
LOCK TABLES
ROLLBACK
COMMIT
Answer explanation
The SQL statement used to commit a transaction is COMMIT, which finalizes the changes made during the transaction.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the ROLLBACK TO SAVEPOINT statement do?
Rolls back the transaction to a specific savepoint
Locks the tables
Commits the transaction
Releases all savepoints
Answer explanation
The ROLLBACK TO SAVEPOINT statement rolls back the transaction to a specific savepoint, undoing changes made after that point.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of LOCK TABLES in MySQL?
To commit a transaction
To unlock tables
To acquire table locks for the current session
To release table locks
Answer explanation
The purpose of LOCK TABLES in MySQL is to acquire table locks for the current session, allowing exclusive access to the specified tables.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword makes a SET TRANSACTION statement apply globally for all subsequent sessions?
GLOBAL
TRANSACTION
ISOLATION LEVEL
SESSION
Answer explanation
The keyword 'GLOBAL' makes a SET TRANSACTION statement apply globally for all subsequent sessions, ensuring it affects all sessions.
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
SQL

Quiz
•
11th - 12th Grade
10 questions
BTEC National ICT U2 - Database Theory Lesson 1-3

Quiz
•
12th Grade
15 questions
RDBMS & SQL QUERIES

Quiz
•
12th Grade
15 questions
Database starter

Quiz
•
12th Grade - University
20 questions
SQL and Database Concepts Quiz

Quiz
•
12th Grade
20 questions
CLASS XI - MYSQL QUIZ

Quiz
•
11th - 12th Grade
15 questions
Normalisation and Transaction Processing

Quiz
•
9th - 12th Grade
20 questions
SQL Commands Part 1

Quiz
•
11th - 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