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, 21.06.2019 22:00
Your task this week is to write a very simple spam classifier in python. it will classify messages as either spam (unwanted) or ham (wanted). the program will have a set of spam_words, words that are known to appear in spam messages. that set is included in the template file spam.pypreview the document. you will also define a spam threshold which reflects the allowed percentage of spam words in the message. you'll compute a 'spam indicator', which is the ratio of spam words to the total number of unique words in the message. if the spam indicator exceeds the spam threshold, the message is classified as spam. otherwise it is classified as ham. we'll assume that the spam threshold is a constant and has a value of 0.10. your program will prompt the user for a message and then will print the corresponding spam indicator with two decimal digits and the corresponding classification (spam or ham). the program will be case insensitive. the spam words are detected whether they are in lower case or upper case or mixed case. each word, spam or not, is counted once (even if it appears multiple times in the message.) the program will remove punctuation from the message before identifying the words and computing the spam indicator. for example '! ' must be identified as the spam word 'now'.
Answers: 3
question
Computers and Technology, 21.06.2019 23:00
What is one of the main problems that can occur when implementing a large number of new systems within an organization?
Answers: 1
question
Computers and Technology, 23.06.2019 06:20
Which text function capitalizes the first letter in a string of text? question 10 options: upper capital first proper
Answers: 1
question
Computers and Technology, 23.06.2019 10:00
Now, open this passage to read about fafsa requirements. describe the information you will need to provide in order to complete a fafsa. list at least three of the required documents you must include.
Answers: 3
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
Questions on the website: 13722367