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:
  1. CREATE TABLE or ALTER TABLE SQL statements that use the LOCK MODE clause
  2. Single-user environment variable setting
  3. Multi-user environment variable setting in the server environment
  4. Configuration parameters in the configuration file
  5. Default behavior (page-level locking)