ADD USER referenceTo add user to one or more groups in the database, the ADD USER keywords are used.Syntax#Description#ADD USER adds a user to one or more groups.Examples#ADD USER john to management, audit; CopyIt can be verified with:SHOW GROUPS john;Copythat yields:namemanagementaudit