subject

The database for a dating site has the following requirements: customer information includes name, phone, date of birth, and address. customers also store their hair color, eye color, height, and weight, as well as a list of hobbies. two customers that go on a "date" will store the location and the date and time. draw a complete er diagram. you must include all the details, such as keys, cardinality constraints, etc. here a customer goes on date with another customer so same entity is participating. this is a unary relationship. customer id is the primary key address is composite attribute, hobbies is a multivalued attribute. date location and time are relationship attribues as they are not related to customer entity and exist only when a customer goes on date. cardinality is m: n because a customer can go on a date with many customers. hobbies.) time phone) name, bakin ĐĽ epale go werend customer c loca hion) cheroha caddress eye colo x chair color c counting c city aih code

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:30
Write a function so that the main program below can be replaced by the simpler code that calls function original main program: miles_per_hour = float( minutes_traveled = float( hours_traveled = minutes_traveled / 60.0 miles_traveled = hours_traveled * miles_per_hour print('miles: %f' % miles_traveled) sample output with inputs: 70.0 100.0 miles: 116.666667
Answers: 3
question
Computers and Technology, 22.06.2019 17:30
Working on this program in python 3.7: a year in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: 1) the year must be divisible by 42) if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year.ex: if the input is 1712, the output is: 1712 is a leap year. ex: if the input is 1913, the output is: 1913 is not a leap year. your program must define and call the function isleapyear(useryear). the function should return true if the input year is a leap year and false otherwise.
Answers: 1
question
Computers and Technology, 23.06.2019 09:00
The first screen you see when you open word2016 what is called?
Answers: 1
question
Computers and Technology, 24.06.2019 05:30
CĂłmo pongo un tomo de llamada sin pagar?
Answers: 1
You know the right answer?
The database for a dating site has the following requirements: customer information includes name,...
Questions
question
Mathematics, 12.07.2019 17:00