|
ACS3 Data Model |
||||||||||||
| |||||||||||||
| Name | Type | Nullable | Insertable | Updatable | Deletable | Comment |
|---|---|---|---|---|---|---|
| PROJECT_TYPE_ID | NUMBER(38) | N | YES | YES | YES | |
| PROJECT_TYPE | VARCHAR2(50.0) | N | YES | YES | YES |
select category_id as project_type_id, category as project_type from categories where category_type = 'Intranet Project Type'