CSCI 343 Assignment 3 Example Solution

List of normalized tables:

Lawyers(LawyerID, Name, Office, Phone)
Clients(ClientID, Name, Contract, Phone, Fax)
Tasks(LawyerID, Date-Time, ClientID, Task, Discription, TaskCategory, CostCategory, Length)