Homework 1. Due 9.30 AM Tuesday August 14.

Must be done *individually*, no copying whatsoever.

Submissions must be handwritten. Use pencils for the diagrams to allow for easy correction.

A

Design an ER diagram for representing information about petrol pump allocation. Details should include: Make sure to include appropriate constraints.

B

Convert the ER diagram to a set of tables.

Just list the table schemas e.g. "allottee(name, address, otherfields)" No need to give type information. Whereever conversion is non-trivial, indicate reasoning (e.g. "The table for R is merged with the table for E").