CREATE TENANT
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The CREATE TENANT statement:
- Defines a tenant for a multi-tenant database
- Allocates database resources in the existing multi-tenant tables
- Adds a new tenant to an existing multi-tenant group that is defined for a multi-tenant table
Syntax
|
Example: CREATE TENANT statement
The following example shows how to create a tenant by overriding an area for the selected table partition and how to add the tenant to a group:
|
Example: Creating a tenant and adding it to groups
The following example shows how to create a tenant and add it to multiple groups:
|
For more on the CREATE TENANT statement, see
OpenEdge SQL Reference.