Synopsis Description Compatibility See Also Removes a database role. Synopsis DROP USER [ IF EXISTS ] <name> [, ...] Description DROP USER is an alias for DROP R...
Synopsis Description Compatibility See Also Defines a new database role with the LOGIN privilege by default. Synopsis CREATE USER <name> [[ WITH ] <option> [ ... ...
CREATE USER description example keyword CREATE USER description Syntax: CREATE USER user_identity [ IDENTIFIED BY 'password' ] [ DEFAULT ROLE 'role_name' ] user_id...