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;