ディスカッション (1)1
続けるにはログインするか新規登録を行ってください

SQL92では以下の4つのIsolation レベルを定義しています。

1. Read Uncommitted
2. Read Committed
3. Repeatable Read
4. Serializable

InterSystems SQLでは、 1. Read Uncommitted と 2. Read Committed をサポートして おり、デフォルトのIsolation レベルは Read Uncommitted です。