Page 1 of 1

I need Relation Algebra Database

Posted: Mon Jun 06, 2022 11:25 am
by answerhappygod
I need Relation Algebra
Database
I Need Relation Algebra Database 1
I Need Relation Algebra Database 1 (49.21 KiB) Viewed 41 times
a. Find the total number of people who owned cars that were involved in accidents in 1989. b. Find the number of accidents in which the cars belonging to "John Smith" were involved. c. Add a new accident to the database; assume any values for required attributes. d. Delete the Mazda belonging to "John Smith". e. Update the damage amount for the car with license number "AABB2000" in the accident with report number "AR2197" to $3000. person(driver-id, name, address) car(car-license, model, year) accident(report-number, date, location) owns(drive-id, car-license) participated(driver-id, car-license, report-number, damage amount) Figure 1. Insurance database