Question from the Oracle Database test

What happens after executing this code in Oracle?

Medium

What happens after executing the following code ?

BEGIN;
UPDATE comptes SET solde = solde - 100 WHERE id = 1;
ROLLBACK;
SELECT solde FROM comptes WHERE id = 1;
Author: Koala rareStatus: PublishedQuestion passed 4 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!