Netezza Create User Command and Examples
Use the Netezza CREATE USER command to define a new database user account. You can specify the parameters like password, expire date, default priority etc to the user while creating an account. Netezza Create User Command Syntax In the Netezza, username, database name and group name are unique. You cannot have same user as the group name. Syntax for creating a user: CREATE USER username [WITH [PASSWORD {'string' | NULL }] [SYSID uid] [ROWSETLIMIT [integer ] [IN GROUP groupname [, ...] ] [VALID UNTIL 'date' ] [SESSIONTIMEOUT [integer ] [QUERYTIMEOUT…