|
Database Service Data Model
|
|
|
Table: 3g Upcoming-Course-Group-Event-Type-Feed
|
E3G#UPC_COU_GET
|
|
|
|
|
|
| Feed for upcoming session course group event types, driven from current session data.
|
|
|
Fields
|
The following box shows the 4 fields in this table.
|
|
|
|
|
Clusters
|
The following list shows the cluster containing this table.
|
|
|
|
Keys
|
There are no primary keys defined in this table.
|
|
|
|
There are no foreign keys posted into this table.
|
|
|
|
|
Links
|
There are no forward links from this table.
|
|
|
|
There are no reverse links from this table.
|
|
|
|
|
|
|
- CREATE TABLE upcoming_course_group_event_type_feed_3g (
- session CHAR(2) NOT NULL NOT DEFAULT,
- course CHAR(8) NOT NULL NOT DEFAULT,
- group_type CHAR(8) NOT NULL NOT DEFAULT,
- type CHAR(8) NOT NULL NOT DEFAULT
- ) WITH NODUPLICATES;
|
|