Develop a physical schema (implementation) for the relational database that will support your dataset. This means you have to identify and describe the
that the database will implement.
The simplest way to do this is to create an "empty" Access database containing the appropriate tables and relationships, but no data. Use the "description" column in table design view to document each field. Use the Relationships tool to identify foreign key - primary key connections between tables. (Of course, you're also welcome to create the tables with SQL DDL queries...)
NOTE: Be sure to enable the option
T
ools -> Options -> General -> Compact on Close
Otherwise, a database in which you're adding and deleting tables can grow quite large for no apparent reason.
Submit your "empty" Access database, as either an attachment
or (if it lives on the web) as a URL, to frew@bren.ucsb.edu by
close-of-business Wednesday 05 December .