|
This entity records the different types of cities available in a particular state. A state can have more than one city. |
|
Name |
Code |
Class Name |
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
Yes |
|
Shows the identity of the city. It also records the short name of the city. This also acts as a primary key for the City table. |
|
Name |
|
|
Code |
|
|
Data Type |
char(60) |
|
Mandatory |
No |
|
Shows the full name of the city. |
|
|
|