About this document
CIS182 Homework 2 is a document available to read on EtoBox.
The document provides instructions to modify several tables in a database to implement relationships. It instructs the user to: 1) Add primary keys to the Operators, Vehicles and Trips tables based on identity fields. 2) Create two new tables, Runs and Schedule, to relate existing tables based on the diagram. Runs includes an identity primary key and foreign key to Operators. Schedule includes an identity primary key and foreign keys to Runs and Vehicles. 3) Modify the Trips table to include a foreign key
- Language
- EN