Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Specifying Isolation Level for Transaction | ACID
Advanced Techniques in SQL

Challenge: Specifying Isolation Level for TransactionChallenge: Specifying Isolation Level for Transaction

Tarefa

We will now create a simple transaction using the BankAccounts table and specify the isolation level for it.

This transaction will involve increasing the balance of one of the accounts and logging information about it in the log table.

Your task is to set the isolation level to SERIALIZABLE for this transaction.

Tudo estava claro?

Seção 1. Capítulo 8
toggle bottom row
course content

Conteúdo do Curso

Advanced Techniques in SQL

Challenge: Specifying Isolation Level for TransactionChallenge: Specifying Isolation Level for Transaction

Tarefa

We will now create a simple transaction using the BankAccounts table and specify the isolation level for it.

This transaction will involve increasing the balance of one of the accounts and logging information about it in the log table.

Your task is to set the isolation level to SERIALIZABLE for this transaction.

Tudo estava claro?

Seção 1. Capítulo 8
toggle bottom row
some-alt