Question

In: Computer Science

I need a list of business rules and corresponding ERD for a simple, very basic Pet...

I need a list of business rules and corresponding ERD for a simple, very basic Pet Store.
Don’t think Petco or PetSmart, think little shop with only one location. They sell puppies, kittens, fish, and some reptiles. They also sell fancy food, toys, and beds for all these pets. Basically, the store sells things (2 entities), by whom (entity), to who (entity), and how (entity).
I need two things: First, information containing the operation and business rules for a simple Pet Store.
Second, I need an ERD representing the Entities and Relationships as dictated by the Business Rules.

Solutions

Expert Solution

Answer :

Maintain a category list to keep track of different types of categories and the number of pets for each.

· Maintain a table for each category with all the instances of that category and required information for each instance.

· Maintain a table for all the toys, food, utilities along with mapping with a specific pet.

· Maintain a table to maintain the different transaction that occurs as the pets and other add-ons are sold.

· Maintain a table for customer information.

· CRUD operation for each table they maintain.

ERD Diagram

NOTE : PLEASE GIVE ME UP VOTE. THANK YOU.


Related Solutions

Use the following business rules to draw the fully labeled Crow's Foot ERD in Visio. The...
Use the following business rules to draw the fully labeled Crow's Foot ERD in Visio. The diagram must include all entities, attributes, and relationships. Primary keys and foreign keys must be clearly identified on the diagram. Write all appropriate connectivities and cardinalities on the ERD. a). A company has many divisions. Each division operates many departments, but each department is operated by one division. b). A department employs many employees but not more than 100. c). Each employee is employed...
I need a basic and simple Java code for this exercise: (Check password) Some websites impose...
I need a basic and simple Java code for this exercise: (Check password) Some websites impose certain rules for passwords. Write a method that checks whether a string is a valid password. Suppose the password rules are as follows: ■ A password must have at least eight characters. A character is alpha or digit. ■ A password consists of only letters and digits. No other symbols. ■ A password must contain at least two digits. Write a program that prompts...
In c# I need to create a simple payroll management system using visual basic and GUI....
In c# I need to create a simple payroll management system using visual basic and GUI. I also need to connect to SQL database. It needs a log in screen, inside the login screen it needs another screen to enter or edit employee information. It needs somewhere to enter hours worked for that specific employee, and another screen that can access reports.
Q1.Generate an ERD diagram for the following scenario using Lucidchart. I need to know what the...
Q1.Generate an ERD diagram for the following scenario using Lucidchart. I need to know what the diagram should look like. (I am not sure there should be any kind of relationship between entities.) Scenario: Southlands Electric Southlands Electric wishes to create a database with the following information: Customer with attributes Customer ID, Name, Address (Street, City, State, Zip Code), and Telephone Location with attributes Location ID, Address (Street, City, State, Zip Code), and Type (values of Business or Residential) Rate...
C program simple version of blackjack following this design. 1. The basic rules of game A...
C program simple version of blackjack following this design. 1. The basic rules of game A deck of poker cards are used. For simplicity, we have unlimited number of cards, so we can generate a random card without considering which cards have already dealt. The game here is to play as a player against the computer (the dealer). The aim of the game is to accumulate a higher total of points than the dealer’s, but without going over 21. The...
Java basic sorting problem Supposed I have a simple array list storing the telephone numbers. How...
Java basic sorting problem Supposed I have a simple array list storing the telephone numbers. How can I sort the numbers in descending order with different ways? Give ArrayList<String> tel = ["11223344", "55442211", "99881122", "99002211", "34446666", "12342353"] I come up a solution using Collections.sort(tel), but it requires a compare method and I have no idea its contents and also the position of the method. Would you suggest 2 or 3 ways and write the code to achieve my purpose?
Please I need today answer for This question and it is very important and I need...
Please I need today answer for This question and it is very important and I need solution for this issue with all the details , and help me with all the details.Please write your answer to me by typing, not by handwriting, so that I can read and understand your answer clearly.BR/Hassan Question : Unemployment and economic policy . Please be brief and to the point. . Your task is to explain how employment and/or unemployment is determined according to...
Please I need today answer for This question and it is very important and I need...
Please I need today answer for This question and it is very important and I need solution for this issue with all the details , and help me with all the details.Please write your answer to me by typing, not by handwriting, so that I can read and understand your answer clearly.BR/Hassan Externalities : a) Define a negative production externality. b) Why do markets not always manage to solve the problem of externalities on their own? c) Under which conditions...
Please I need today answer for This question and it is very important and I need...
Please I need today answer for This question and it is very important and I need solution for this issue with all the details , and help me with all the details.Please write your answer to me by typing, not by handwriting, so that I can read and understand your answer clearly.BR/Hassan Q) Two firms produce a good which leads to pollution : Assume that the marginal cost for cleaning up in one firm is given by ??1 = 40...
Please I need today answer for This question and it is very important and I need...
Please I need today answer for This question and it is very important and I need solution for this issue with all the details , and help me with all the details.Please write your answer to me by typning  not by hand writing, so that I can read and understand your answer clearly.thanks in advance/Ha Question This question will ask you to use the Heckscher-Ohlin model to analyze the effect of trade liberalization between two countries. Assume that there are two...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT