CSCI 370 Spring 2025 - Assignment 2
Due: 13:00, 30 January 2025, Thursday

Problem Description

The ER diagram shown in the following picture ER Diagram of the Food Sharing Program
mostly follows the description of data in the previous assignment, with following modifications to make future application development easier:

Your Tasks:

First, translate the ER diagram to its equivalent relational conceptual schema.
Clearly show the relations, the attributes, the primary keys and the foreign keys if there are any in the shcema. Note that the names of the relations and attributes don't need to be the same as the names used in the ER diagram. You can choose your own names as long as they are meaningful, easy to understand and not ambiguous.

Then, realize the relational conceptual schema with its equivalent physical schema.
Write the SQL statements that can actually create these relations/tables in Oracle database system. Choose reasonable data types for the attributes/columns, and specify at least all the primary key and foreign key constraints.

How to Submit

Make your answer precise and concise. Make your documentation easily understandable.

You can submit your assignment solution using one of the following two ways:


Last updated: January 22, 2025