Search Header Logo

Transactions MYSQL

Authored by saad ben

Information Technology (IT)

University

Used 3+ times

Transactions MYSQL
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Quelle commande est utilisée pour désactiver le mode autocommit dans MySQL ?

SET autocommit = 0;

SET autocommit = OFF;

SET autocommit = 1;

SET autocommit = ON;

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Quelle commande est utilisée pour démarrer explicitement une transaction en MySQL ?

BEGIN;

START TRANSACTION;

COMMIT;

ROLLBACK;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle commande est utilisée pour valider une transaction en MySQL ?

COMMIT;

ROLLBACK;

BEGIN;

START TRANSACTION;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle commande est utilisée pour annuler une transaction en MySQL ?

COMMIT;

ROLLBACK;

BEGIN;

START TRANSACTION;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que se passe-t-il si une transaction est validée avec COMMIT; ?

Toutes les modifications sont annulées.

Toutes les modifications sont enregistrées de manière permanente.

La transaction est verrouillée.

La transaction est supprimée.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que se passe-t-il si une transaction est annulée avec ROLLBACK; ?

Toutes les modifications sont enregistrées de manière permanente.

Toutes les modifications sont annulées.

La transaction est verrouillée.

La transaction est supprimée.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle commande est utilisée pour vérifier l'état du thread du planificateur d'événements en MySQL ?

SHOW EVENTS;

SHOW PROCESSLIST;

SHOW TRANSACTIONS;

SHOW SCHEDULER;

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?