MySQL Transaction Commands Quiz

MySQL Transaction Commands Quiz

University

15 Qs

quiz-placeholder

Similar activities

Database Refreshment

Database Refreshment

University

18 Qs

Power BI Quiz (Beginner Level)

Power BI Quiz (Beginner Level)

University

15 Qs

NoSQL Concepts 2

NoSQL Concepts 2

University

10 Qs

Advance Database Concepts (BSIT 3)

Advance Database Concepts (BSIT 3)

University

20 Qs

DFC20283 CHAPTER 5 (5.1.6-5.1.9)

DFC20283 CHAPTER 5 (5.1.6-5.1.9)

University

10 Qs

Quiz Ancaman dan Kerentanan Jaringan

Quiz Ancaman dan Kerentanan Jaringan

12th Grade - University

15 Qs

E-R Model

E-R Model

University

10 Qs

MySQL Transaction Commands Quiz

MySQL Transaction Commands Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

saad ben

FREE Resource

15 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What command is used to disable the autocommit mode in MySQL?

SET autocommit = 0;

SET autocommit = OFF;

SET autocommit = 1;

SET autocommit = ON;

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What command is used to explicitly start a transaction in MySQL?

BEGIN;

START TRANSACTION;

COMMIT;

ROLLBACK;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to commit a transaction in MySQL?

COMMIT;

ROLLBACK;

BEGIN;

START TRANSACTION;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to roll back a transaction in MySQL?

COMMIT;

ROLLBACK;

BEGIN;

START TRANSACTION;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when a transaction is committed using COMMIT;?

All changes are canceled.

All changes are permanently saved.

The transaction is locked.

The transaction is deleted.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when a transaction is rolled back using ROLLBACK;?

All changes are permanently saved.

All changes are canceled.

The transaction is locked.

The transaction is deleted.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to check the status of the event scheduler thread in MySQL?

SHOW EVENTS;

SHOW PROCESSLIST;

SHOW TRANSACTIONS;

SHOW SCHEDULER;

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?