Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 357 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 357 Bytes

BAGA

This Database has the three kind of relationships in databases.

  1. one to one (Person - PersonPhoto) (Database names People - PersonPhotos)
  2. one to many (Destination - Lodging) (Database names Destinations - Lodgings) 3 many to many (Activity - Trip) (Database names Activities - Trips) (Join Table ActivitiesTrips)