May 2020
Beginner
564 pages
14h 9m
English
To set the isolation level for the session, you can use the following sample syntax:
SET SESSION TRANSACTION isolationlevel;
To set the isolation level for the transaction, you can use the following sample syntax:
SET TRANSACTION isolationlevel;
Read now
Unlock full access