subject

Draw the Crow’s foot ERD keeping in mind the following requirements. It is important that you use the proper symbols in each case. 1. Identify the connectivity for all the relationships involved between the 8 entities and give an appropriate name. In the case of 1 to Many relationships, the relationship should be written from 1 to the Many side of the relationship. Please note that while each relationship is bidirectional in nature, you have to label the relationship of only one direction in the ERD. When I read your ERD the statement A relates to B should make sense. For example, in the relationship between Painter and Painting, Painter paints Painting makes sense. Show the entity, relationship and connectivity using appropriate symbols on the ERD (20 points)
2. Resolve the Many to Many relationships properly and show the appropriate elements properly (20 points)
3. Identify the relationship participation of each entity in a relationship. Please note that when A is related to B, B may be optional or mandatory to A and A may be optional or mandatory to B. You need to make sure that you indicate appropriate symbols for both If you make assumptions, please state them clearly on a separate document. Please note that your assumptions should not violate the business rules listed for the relationship in the problem. (20 points)
4. Identify the relationship strength of each relationship and show it appropriately in the ERD. List any assumptions you make on a separate document. Once again, your assumptions should not violate the business rules listed for the relationship in the problem. (20 points)
5. Your ERD should show only the primary key and foreign keys in the entity box. You need not show other attributes. Please remember to indicate the primary key and foreign keys clearly. Please see figure 4.35 on page 144 of the course textbook for a good example of a Crow’s foot ERD. (20 points)
6. You may draw the ERD neatly on an 81/2 by 11 ½ size paper using a scale and pen and submit a scanned copy. Please note that it is important that I am able to read your ERD submission, understand and evaluate it. If I cannot read your ERD clearly, please note that I cannot give you a grade. Alternatively, you may use Microsoft Visio to draw the ERD. There are no extra credits for drawing the ERD using a tool.
Please submit your ERD and any assumption documents in Canvas. Only one group member should submit on behalf of the group. If more than one group member submits the assignment for the group, I will evaluate only the latest submission. Please indicate the names of your group members on the assignment submission.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:20
Write a program that reads a file consisting of students’ test scores in the range 0–200. it should then determine the number of students having scores in each of the following ranges: 0–24, 25–49, 50–74, 75–99, 100–124, 125–149, 150–174, and 175–200. output the score ranges and the number of students. (run your program with the following input data: 76, 89, 150, 135, 200, 76, 12, 100, 150, 28, 178, 189, 167, 200, 175, 150, 87, 99, 129, 149, 176, 200, 87, 35, 157, 189.)
Answers: 3
question
Computers and Technology, 23.06.2019 21:30
Examine the list below. which factors positively affect lifetime income? check all that apply.
Answers: 1
question
Computers and Technology, 24.06.2019 14:00
When creating a field in a table, you must set the to determine what type of data the field can store. field property data type field type data property
Answers: 1
question
Computers and Technology, 24.06.2019 18:20
Acommon algorithm for converting a decimal number to binary is to repeatedly divide the decimal number by 2 and save the remainder. this division is continued until the result is zero. then, each of the remainders that have been saved are used to construct the binary number.write a recursive java method that implements this algorithm.it will accept a value of int and return a string with the appropriate binary character representation of the decimal number.my code: public class lab16{public string converttobinary(int input){int a; if(input > 0){a = input % 2; return (converttobinary(input / 2) + "" +a); } return ""; } }
Answers: 1
You know the right answer?
Draw the Crow’s foot ERD keeping in mind the following requirements. It is important that you use th...
Questions
question
English, 26.03.2021 19:00
question
Mathematics, 26.03.2021 19:00
Questions on the website: 13722363