td.TEAM Table
Description
Information about Teams
Columns
| Column Name | Description | Datatype | Length | Allow Null | Default | Formula |
|---|---|---|---|---|---|---|
| TM_ID | Team ID | int | 4 | FALSE | ||
| TM_TEAM_NAME | Team Name | VARCHAR2 | 60 | FALSE | ||
| TM_LOGICAL_NAME | Logical Name of the Team | VARCHAR2 | 64 | FALSE |
Indexes
| Index Name | Description | Primary | Unique |
|---|---|---|---|
| TEAM_PK | Yes | Yes | |
| TM_LOGICAL_NAME_IDX |

