Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A pet daycare stores information about pets that belong to owners. An owner is identified by an id , and their first name, last name,

A pet daycare stores information about pets that belong to owners. An owner is
identified by an id, and their first name, last name, and address are also
stored. Pets are identified by their name and their owner. For each pet, record
their age and a description. Our pet daycare specializes in cats and dogs so
specific information is stored for each of these types of pets. For cats note if
they have claws and are social. For dogs we need to know their size and if they
are barkers. Our company supports animals besides cats and dogs. For other
types of animals, information about them and their type are stored in
the description of the pet. Our facility has several buildings that have an
identifying id and also a building name and year built. Each building contains
multiple rooms with a room number that is unique within a building. Rooms also
have a specific size. When a pet stays at the day care, the start date distinguishes
between particular stays for that pet. Additional information is the end
date and cost. The pet stays in one particular room for a given stay.
Build a pet daycare database that tracks information on owners and their pets
when they stay at a pet daycare.
1. Build an ER/UML diagram (2 Marks). This can be done using Astah.
2. Convert the diagram into the relational model. SQL DDL is NOT required.
Write out the relation names with attributes. Identify by underlining
primary keys and indicate all foreign keys. Remember to clearly indicate the
FK direction (2 Marks).
3. List all functional dependencies in all relations (3 Marks).
4. Make sure that all relations are in 3NF (3 Marks).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Systems Analysis And Synthesis Bridging Computer Science And Information Technology

Authors: Barry Dwyer

1st Edition

0128054492, 9780128054499

More Books

Students also viewed these Databases questions