-*- mode:Text -*-
Copyright 1992 Patrick H. Winston.  All rights reserved.
Version 1.1.1, transferred from master disk on 23 Apr 93
 
This file may reference other files containing copyrighted software.
Any restrictions on the use of such software are described in the
files containing that software.  This file may be freely copied as
long as this notice is kept intact.

PURPOSE

Provides program support for the Appendix, Relational Databases.
Illustrates relational database operations using beach data.

PERFORMANCE EXPERIMENT 1

Examine the file rdb.exp.  Run the various relational database
commands by typing the following command to your lisp system:

(load "rdb.exp")

Alternatively, evaluate each Lisp expression in the file one at a
time, noting what each does.

PERFORMANCE EXPERIMENT 2

Change the results by editing the relations in the file
beach.lsp.  Alternatively, create relations and database command
combinations of your own choosing.

MEDIUM-SCALE LISP PROJECT

As it stands, relations are represented as lists, bound to
relation names.  Arrange for the relations to be kept in files;
bind the relation names to file descriptions.



