# READ COMMITTED

`READ COMMITTED` is one of the transaction isolation levels. Each consistent read, even within the same transaction, sets and reads its own fresh snapshot.

See [Isolation Levels](https://mariadb.com/docs/server/reference/administrative-sql-statements/set-commands/set-transaction#isolation-levels) for details.

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}
