Question: Database: normalize the entities from the ERD to the 3rd Normal Form (3NF). vo bhashaodb boat v bhashaodb boatman boatman_id : int(8) @name : varchar(8)
Database: normalize the entities from the ERD to the 3rd Normal Form (3NF).

vo bhashaodb boat v bhashaodb boatman boatman_id : int(8) @name : varchar(8) e address : varchar(8) # boat_id : int(8) boat_id: int(8) start_location : varchar(8) end_location : varchar(8) capacity: varchar(8) e fee : varchar(8) vo bhashaodb rider 2 nid: int(8) name : varchar(8) @cell_number: varchar(8) e address : varchar(8) emergency_contact : varchar(8) va bhashaodb trip trip_id : int(8) # rider: int(8) # boatman : int(8) @fee_paid : varchar(8) v bhashaodb intermediate boat_id : int(8) # owner_id: int(8) v bhashaodb boatowner 2 owner_id: int(8) name : varchar(8) e district : varchar(8)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
