Try OpenEdge Now
skip to main content
Multi-tenancy Overview
Multi-tenancy and OpenEdge SQL : DBA use cases : Define a multi-tenant table
 

Define a multi-tenant table

To define a table, mtcustomer, as a multi-tenant table:
CREATE TABLE pub.mtcustomer (cust_num integer, hire_date date)
MULTI_TENANT;