The region table consists of two fields. The first field contains an integer that is associated with region. The second field contains the region name.
The following table outlines the region table structure.
Table Structure
| Field name | Data type |
| RegionId | Integer |
| RegionDesc | Text |
The following table is a sample region table.
Table Sample
| Region ID | RegionDesc |
| 1 | East |
| 2 | West |