Try OpenEdge Now
skip to main content
SQL Development
OpenEdge SQL Data Definition Language : Using Data Definition Language statements : Working with groups
 

Working with groups

Multi-tenant groups allow multiple tenants to map to the same table partition for a multi-tenant table and therefore share the same data for that table. All data within the table partition is shared by the multiple tenants that are part of the group.
The following sections provide information on the SQL statements that support multi-tenant groups in OpenEdge SQL.
* CREATE GROUP
* DROP GROUP
* SHOW GROUP
* ALTER GROUP