The User system table gives you an overview of the user IDs with database logons that you have created for users in your database. Each record in the User table defines a single user ID.

The User table contains information about the password (displayed in encrypted form), the real name of the user, and how long the user's ID is valid for each user ID defined in your database. If you have the appropriate permissions, you can create new user IDs by entering the appropriate data in the User table. You can also remove a user ID by deleting the record from this table.

Expand imageDeleting a Record

Expand imageSee Also