3. Statements : OpenROAD SQL Statements : Create Group Statement : Examples—Create Group Statement
 
Share this page                  
Examples—Create Group Statement
The following are create group statement examples:
1. Create a group identifier for the telephone sales force of a company and put the user IDs of the salespeople in the user list of the group.
create group tel_sales with users = (harryk,
joanb, jerryw, arlenep);
2. In an application, create a group identifier for the inventory clerks of a store and place their user IDs in the user list of the group.
create group inv_clerk with users =
(jeanies, louisem, joep);