SQL CommandsDDL CommandsUser & RoleDROP USEROn this pageDROP USERDrop the specified user from the system. Syntax DROP USER [ IF EXISTS ] <name> Examples DROP USER user1;