= = = Location PK LocationID LocName LocDescription Loclmage WayPoints PK WayPointID Estimated Arrival Time Estimated Departure Time = Route PK RoutelD RouName RouStartTime RouWalkTime RouStartLoc PK ID Person PerName PerPassword PerEmail = RouEndLoc Plan PK PlanID PlanName PlanCreated PlanLastUpdated = Point of Interest PK InterestID POIName POIDescription POIMap {routes} {locations} POIImpage = = = Animal Plant Shop Historical classification description Name Image endangered property MAP description Row 3 Barcode #years Locations and routes: ....The system will need to store details of locations that can be visited. Each location would be uniquely identified in the system and also have a location name, description, and an image of the location. Using these locations, the state government want to be able to create "Routes" that can be pre-saved in the system, but also updated as needed. A route has a unique identifier, a name, and recommended start times, and estimated walking time. The Route starts at a location and ends at a location (which may be the same or different location). The route can also have waypoints (locations to be visited along the way). The waypoints would need to have an estimated time of arrival and departure. Points of interest: A Point of interest could be many things. It could be an Animal to look out for, a plant to find, a store / shop, or a historical place of significance. It could be many other things as well. A point of interest has a unique identifier, a name, a google maps reference, a sample photo, and a description. An animal has an extra description, and a classification for if it is poisonous, venomous, aggressive. Also, if it is common or endangered. Plants have a description and a property for poisonous, edible, or if it may cause allergies to flare up. A store / shop has a name, google maps reference, and a barcode you can scan to get a certain % off your purchases. The historical place has a sample photo, description, and number of years it has been in existence. There may be many locations that can be associated with a point of interest, and a point of interest might be viewable / visited from many locations. So some instructions would be provided for how you can view / access a point of interest from different locations. People and planning what to do: The main aim of this system is for people to be able to register with the app (name, password, email) and be assigned a unique identifier in the system. A person can create as many "plans" as they like. These plans could include: going on a particular route at a certain day / time (or possibly many different routes), going to any number of locations, or a combination of both routes and locations. A plan would have a unique id in the system, can be given a custom name by the person who created it, and would also store the day / time the plan was created + when it was last updated.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
 
 
Is my Conceptual model correct in crow notation pls
=
=
=
Location
PK LocationID
LocName
LocDescription
Loclmage
WayPoints
PK WayPointID
Estimated Arrival Time
Estimated Departure Time
=
Route
PK RoutelD
RouName
RouStartTime
RouWalkTime
RouStartLoc
PK ID
Person
PerName
PerPassword
PerEmail
=
RouEndLoc
Plan
PK PlanID
PlanName
PlanCreated
PlanLastUpdated
=
Point of Interest
PK InterestID
POIName
POIDescription
POIMap
{routes}
{locations}
POIImpage
=
=
=
Animal
Plant
Shop
Historical
classification
description
Name
Image
endangered
property
MAP
description
Row 3
Barcode
#years
Transcribed Image Text:= = = Location PK LocationID LocName LocDescription Loclmage WayPoints PK WayPointID Estimated Arrival Time Estimated Departure Time = Route PK RoutelD RouName RouStartTime RouWalkTime RouStartLoc PK ID Person PerName PerPassword PerEmail = RouEndLoc Plan PK PlanID PlanName PlanCreated PlanLastUpdated = Point of Interest PK InterestID POIName POIDescription POIMap {routes} {locations} POIImpage = = = Animal Plant Shop Historical classification description Name Image endangered property MAP description Row 3 Barcode #years
Locations and routes: ....The system will need to store details of locations that can be visited. Each location would be uniquely identified in the system and also have a location name,
description, and an image of the location. Using these locations, the state government want to be able to create "Routes" that can be pre-saved in the system, but also updated as needed. A
route has a unique identifier, a name, and recommended start times, and estimated walking time. The Route starts at a location and ends at a location (which may be the same or different
location). The route can also have waypoints (locations to be visited along the way). The waypoints would need to have an estimated time of arrival and departure.
Points of interest: A Point of interest could be many things. It could be an Animal to look out for, a plant to find, a store / shop, or a historical place of significance. It could be many other
things as well. A point of interest has a unique identifier, a name, a google maps reference, a sample photo, and a description. An animal has an extra description, and a classification for if it is
poisonous, venomous, aggressive. Also, if it is common or endangered. Plants have a description and a property for poisonous, edible, or if it may cause allergies to flare up. A store / shop
has a name, google maps reference, and a barcode you can scan to get a certain % off your purchases. The historical place has a sample photo, description, and number of years it has been
in existence.
There may be many locations that can be associated with a point of interest, and a point of interest might be viewable / visited from many locations. So some instructions would be provided
for how you can view / access a point of interest from different locations.
People and planning what to do: The main aim of this system is for people to be able to register with the app (name, password, email) and be assigned a unique identifier in the system. A
person can create as many "plans" as they like. These plans could include: going on a particular route at a certain day / time (or possibly many different routes), going to any number of
locations, or a combination of both routes and locations. A plan would have a unique id in the system, can be given a custom name by the person who created it, and would also store the day
/ time the plan was created + when it was last updated.
Transcribed Image Text:Locations and routes: ....The system will need to store details of locations that can be visited. Each location would be uniquely identified in the system and also have a location name, description, and an image of the location. Using these locations, the state government want to be able to create "Routes" that can be pre-saved in the system, but also updated as needed. A route has a unique identifier, a name, and recommended start times, and estimated walking time. The Route starts at a location and ends at a location (which may be the same or different location). The route can also have waypoints (locations to be visited along the way). The waypoints would need to have an estimated time of arrival and departure. Points of interest: A Point of interest could be many things. It could be an Animal to look out for, a plant to find, a store / shop, or a historical place of significance. It could be many other things as well. A point of interest has a unique identifier, a name, a google maps reference, a sample photo, and a description. An animal has an extra description, and a classification for if it is poisonous, venomous, aggressive. Also, if it is common or endangered. Plants have a description and a property for poisonous, edible, or if it may cause allergies to flare up. A store / shop has a name, google maps reference, and a barcode you can scan to get a certain % off your purchases. The historical place has a sample photo, description, and number of years it has been in existence. There may be many locations that can be associated with a point of interest, and a point of interest might be viewable / visited from many locations. So some instructions would be provided for how you can view / access a point of interest from different locations. People and planning what to do: The main aim of this system is for people to be able to register with the app (name, password, email) and be assigned a unique identifier in the system. A person can create as many "plans" as they like. These plans could include: going on a particular route at a certain day / time (or possibly many different routes), going to any number of locations, or a combination of both routes and locations. A plan would have a unique id in the system, can be given a custom name by the person who created it, and would also store the day / time the plan was created + when it was last updated.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education