DROP GROUP
  
  SQL - Language Statements
 
 
  
   DROP GROUP
  
  
   Removes a group
  
 
 
  
   2000-01-14
  
  
DROP GROUP name
  
  
  
   
    2000-01-14
   
   
    Inputs
   
   
    
     
      name
      
       
	The name of an existing group.
       
      
     
    
   
  
  
  
   
    2000-01-14
   
   
    Outputs
   
   
    
     
      DROP GROUP
      
       
	The message returned if the group is successfully deleted.
       
      
     
    
   
  
 
 
  
   2000-01-14
  
  
   Description
  
  
   DROP GROUP removes the specified group from the database.
   The users in the group are not deleted.
  
  
   Use 
   to add new groups, and  to change a group's membership.
    
 
 
  
   Usage
  
  
   To drop a group:
DROP GROUP staff;
  
 
 
 
  
   Compatibility
  
  
  
   
    2000-01-14
   
   
    SQL92
   
   
    There is no DROP GROUP in SQL92.