| Attribute Name | Type | Other |
|---|---|---|
| name of range | varchar | primary key |
| countries list | varchar | foreign key to countries |
| peak name | varchar | |
| peak height | int |
| Attribute Name | Type | Other |
|---|---|---|
| name of country | varchar | primary key |
| mountain ranges list | varchar | foreign key to mountain ranges |
| cities list | varchar | foreign key to Destination / City |
| Attribute Name | Type | Other |
|---|---|---|
| name of attraction | varchar | primary key |
| Year | int | |
| AD | boolean | |
| City | varchar | foreign key to Destination / City |
| Attribute Name | Type | Other |
|---|---|---|
| Name of city | varchar | primary key |
| Country | varchar | foreign key to country |
| Attractions | varchar | foreign key to attractions |
| distance | int |
| Attribute Name | Type | Other |
|---|---|---|
| name | varchar | primary key |
| Country list | varchar | foreign key to country |
| max depth | int |