In Teradata, a user is the same as a
database with one exception. A user is able to logon to the system and a
database cannot. Therefore, to authenticate the user, a password must be
established. The password is normally established at the same time that the
CREATE USER statement is executed.
The password can also be changed using a
MODIFY USER command.