DATABASE_USERS_EXT table

The DATABASE_USERS_EXT represents the External Username for a user in the DATABASE_USERS table. It is optional for a user to have an External Username. The primary key is the EXTERNAL_USER_NAME column. The table has a unique index, EXT_USER_BY_USERID, on the USERID column.

Column number

Column Name

Data Type

Description

1

USERID

INT

The value corresponds to the USERID column of the DATABASE_USERS table.

2*

EXTERNAL_USER_NAME

CHAR(128)

The External Username.

* Indicates primary key