CREATE USER
creates a new user account in the database. Currently all the users have the same privileges and can manage users.
user_name
The name of the user to create.
The user name should be unique and conform with the Identifiers Limitations.
password
The password string.
Password requirements:
CREATE USER
statement is a Regatta extension as there is no SQL standard for managing users.