Table "t1" is defined below. Table "t1" has a column "id" of type INTEGER, and a column "name" of type TEXT. t1: The following SQL is executed while client "A" is connected. BEGIN;
SELECT * FROM t1 WHERE id = 2 FOR UPDATE; SELECT * FROM t1 WHERE id = 1 FOR UPDATE; -- (*) While the second 'SELECT' statement, shown with (*), is being executed, a separate client "B" connects and executes the following SQL. Select the correct statement about the execution results. UPDATE t1 SET name = 'turtle' WHERE id = 2; Note: the default transaction isolation level is set to "read committed".
Caitlin
4 months agoIsabella
4 months agoSharan
4 months agoIsadora
4 months agoMeghann
4 months agoEdna
5 months agoGabriele
5 months agoTherese
5 months agoPrincess
5 months agoLevi
5 months agoYuette
5 months agoSylvia
5 months ago