Try OpenEdge Now
skip to main content
SQL Development
OpenEdge SQL Data Definition Language : Using Data Definition Language statements : Working with tenants : SHOW TENANT
 
SHOW TENANT
Returns specific information for a tenant. The information includes type and status of the tenant. If the tenant type is default, the SHOW TENANT statement displays the tenant ID as zero.
SHOW [ ALL TENANT | TENANT FOR tenant_name][ FOR TABLE table_name ]  
   [ FULL | PRO_NAME | TABLE | TABLE INDEX ];
The following example shows how to drop the tenant, mtcustomer, from the multi-tenant table:
SHOW ALL TENANT FOR TABLE pub.mtcustomer;
For more on the SHOW TENANT statement, see OpenEdge Data Management: SQL Reference.