|
ACS3 Data Model |
||||||||||||
|
Name | Type | Nullable | Insertable | Updatable | Deletable | Comment |
---|---|---|---|---|---|---|
CUSTOMER_TYPE_ID | NUMBER(38) | N | YES | YES | YES | |
CUSTOMER_TYPE | VARCHAR2(50.0) | N | YES | YES | YES |
select category_id as customer_type_id, category as customer_type from categories where category_type = 'Intranet Customer Type'