PostgreSQL - Transactions and Concurrency
Which of the following is the correct way to start a transaction with REPEATABLE READ isolation level in PostgreSQL?
BEGIN; -- your queries COMMIT;
Which of the following is the correct way to start a transaction with REPEATABLE READ isolation level in PostgreSQL?
BEGIN; -- your queries COMMIT;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions