Rules of precedence
Locking mode for CREATE TABLE or ALTER TABLE has the following
rules of precedence, listed in order of highest precedence to lowest:
- CREATE TABLE or ALTER TABLE SQL statements that use the LOCK MODE clause
- Single-user environment variable setting
- Multi-user environment variable setting in the server environment
- Configuration parameters in the configuration file
- Default behavior (page-level locking)