1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Otrada [13]
3 years ago
10

The local city youth league needs a database system to help track children that sign up to play soccer. Data needs to be kept on

each team and the children that will be playing on each team and their parents. Also, data needs to be kept on the coaches for each team.
Draw the data model described below USING Crow’s Foot notation.

Entities required: Team, Player, Coach, and Parent.

Attributes required:

Team: Team ID number, Team name, and Team color(only single color).
Player: Player ID number, Player first name, Player last name, and Player age.
Coach: Coach ID number, Coach first name, Coach last name, and Coach home phone number.
Parent: Parent ID number, Parent last name, Parent first name, Home phone number, and Home Address (Street, City, State, and ZIP Code).

The following relationships must be defined:

Team is related to Player.
Team is related to Coach.
Player is related to Parent.

Connectivities and participations are defined as follows:

A Team may or may not have a Player.
A Player must have a Team.
A Team may have many Players.
A Player has only one Team.
A Team may or may not have a Coach.
A Coach must have a Team.
A Team may have many Coaches.
A Coach has only one Team.
A Player must have a Parent.
A Parent must have a Player.
A Player may have many Parents.
A Parent may have many Players.

Computers and Technology
2 answers:
Andru [333]3 years ago
8 0

Answer:

See explaination

Explanation:

Please kindly check attachment for the data model.

slamgirl [31]3 years ago
4 0

Answer:

Check the explanation

Explanation:

Draw the data model that can be seen in the two attached images below USING Crow’s Foot notation.

You might be interested in
Write a program that accepts a time as an hour and minute. Add 15 minutes to the time, and output the result. Example 1: Enter t
Liula [17]

Answer:

Explanation:

C++ Code

#include <iostream>

#include <cstdlib>

using namespace std;

int main(){

double hour,minute;

cout<<"Enter Hours :";

cin>>hour;

cout<<"Enter Minutes :";

cin>>minute;

minute = minute+15;

if(minute >=60){

 hour++;  

 minute = minute-60;

}

if(hour>23){

 hour = 0;

}

cout<<"Hour: "<< hour<< " Minutes: "<<minute;

return 0;  

}

Code Explanation

First take hours and minutes as input. Then add 15 into minutes.

If minutes exceeds from 60 then increment into hours and also remove 60 from minutes as hours already incremented.

Then check if hours are greater then 23 then it means new day is start and it should be 0.

Output

Enter Hours :9

Enter Minutes :46

Hour: 10 Minutes: 1

5 0
3 years ago
shana is keeping track of the expenses as deductions for her business when she files paperwork at the end of the year. What is s
Monica [59]

Shana I think is working on taxes

6 0
3 years ago
Read 2 more answers
How does Aristotle’s Art of Rhetoric impact the effectiveness of advertisements?
eimsori [14]

Aristotle's Rhetoric has had an enormous influence on the development of the art of rhetoric. Not only authors writing in the peripatetic tradition, but also the famous Roman teachers of rhetoric, such as Cicero and Quintilian, frequently used elements stemming from the Aristotelian doctrine. Nevertheless, these authors were interested neither in an authentic interpretation of the Aristotelian works nor in the philosophical sources and backgrounds of the vocabulary that Aristotle had introduced to rhetorical theory. Thus, for two millennia the interpretation of Aristotelian rhetoric has become a matter of the history of rhetoric, not of philosophy. In the most influential manuscripts and editions, Aristotle's Rhetoric was surrounded by rhetorical works and even written speeches of other Greek and Latin authors, and was seldom interpreted in the context of the whole Corpus Aristotelicum. It was not until the last few decades that the philosophically salient features of the Aristotelian rhetoric were rediscovered: in construing a general theory of the persuasive, Aristotle applies numerous concepts and arguments that are also treated in his logical, ethical, and psychological writings. His theory of rhetorical arguments, for example, is only one further application of his general doctrine of the sullogismos, which also forms the basis of dialectic, logic, and his theory of demonstration. Another example is the concept of emotions: though emotions are one of the most important topics in the Aristotelian ethics, he nowhere offers such an illuminating account of single emotions as in the Rhetoric. Finally, it is the Rhetoric, too, that informs us about the cognitive features of language and style.

4 0
2 years ago
Are chairs and tables considered technology?<br> A) true<br> B) false
Mashcka [7]

Answer:

true

Explanation:

this is true because technology is anything that is ment to help mankind. chairs and tables help people. something as simple as the wheel, or shows is also technology.

5 0
3 years ago
Read 2 more answers
In what order does the Cascade look at factors to determine which CSS rule to follow?
Vinil7 [7]

Answer:

In other words, the CSS rules can "cascade" in their order of precedence. Where the rules are located is one factor in the order of precedence. The location order of precedence is: browser default rules, external style sheet rules, embedded styles, and inline style rules.

5 0
3 years ago
Other questions:
  • A _______ record is responsible for resolving an ip to a domain name.
    9·1 answer
  • Explain why the game of economics has no winner
    8·1 answer
  • You want to find information about Paris, France in the last five years, written in English. What is the best way to search for
    5·2 answers
  • What is a different paragph formatting tools
    6·1 answer
  • Which industry has the highest employment figure for both teen and young adults in July, 2014?
    6·1 answer
  • Frank develops a questionnaire for his study on Internet dating. One of his questions asks, "How do you feel about Internet dati
    14·2 answers
  • Complete the sentence to identify advantages of top-down programming design. Choose all that apply.
    15·2 answers
  • Which of the following is true of mobile commerce (m-commerce) applications? a. They are supported by short-range wireless commu
    9·1 answer
  • For what purpose is IT used in business?
    7·1 answer
  • Insert XXX to output the student's ID. public class Student { private double myGPA; private int myID; public getID) { return myI
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!