What does the FOR UPDATE clause do when used in a SELECT inside a transaction?BEGIN; SELECT balance FROM accounts WHERE id = 1 FOR UPDATE;