Crow's Foot Model (
same look from as table)
The Motor Vehicle Branch administers driving tests and issues driver's licenses. Any person who wants a driver's license must first take a learner's exam at any Motor Vehicle Branch. If he fails the exam, he can take the exam again any time after a week of the failed exam date, at any branch. The system requirements are: The driver identified by his SSN, and he has name, birth date, and address which contain from his city and phone number. A driver takes exam in one branch, the exam date, exam score, and exam time must be recorded. Any driver must take at least one exam. And he must own at least one license. Each branch identified by branch id, branch name, branch address. A branch may issue at least one license. we need to keep track on the issue date for each license issued. Each license has license number, license class, and license expiry. Each license issued by one and only one branch and it owned by one and only one driver. Identify the relationship type, the participating entity types, and the attributes of each entity type, the primary key, the cardinality ratio, and participation constraints. Make any assumption you need. DOCTOR *doc_physicianidnumber doc_firstname doc_lastname APPOINTMENT *app_date *app_time app_duration app_reason is scheduled for schedules generates + BILL *bill_number bill amountinsured bill amountnotinsured bill datesent bill_status PAYMENT pays "pay_receiptnumber pay_amount pay_date pay_method PATIENT makes "pat_idnumber th pat_firstname pat_lastname pat_address pat_city pat_state is made by is insured by INSURANCE COMPANY *ins_name ins_benefitscontact 41 ins_phonenumber ins_claimsaddress The Motor Vehicle Branch administers driving tests and issues driver's licenses. Any person who wants a driver's license must first take a learner's exam at any Motor Vehicle Branch. If he fails the exam, he can take the exam again any time after a week of the failed exam date, at any branch. The system requirements are: The driver identified by his SSN, and he has name, birth date, and address which contain from his city and phone number. A driver takes exam in one branch, the exam date, exam score, and exam time must be recorded. Any driver must take at least one exam. And he must own at least one license. Each branch identified by branch id, branch name, branch address. A branch may issue at least one license. we need to keep track on the issue date for each license issued. Each license has license number, license class, and license expiry. Each license issued by one and only one branch and it owned by one and only one driver. Identify the relationship type, the participating entity types, and the attributes of each entity type, the primary key, the cardinality ratio, and participation constraints. Make any assumption you need. DOCTOR *doc_physicianidnumber doc_firstname doc_lastname APPOINTMENT *app_date *app_time app_duration app_reason is scheduled for schedules generates + BILL *bill_number bill amountinsured bill amountnotinsured bill datesent bill_status PAYMENT pays "pay_receiptnumber pay_amount pay_date pay_method PATIENT makes "pat_idnumber th pat_firstname pat_lastname pat_address pat_city pat_state is made by is insured by INSURANCE COMPANY *ins_name ins_benefitscontact 41 ins_phonenumber ins_claimsaddress