Note2: Oracle is not being backed up. You need to save anything you need long-term in the leland file system.
DESCRIBE Foo;
If the semantics of your application includes relations that are expected to be relatively small (e.g., schools within a university), it is fine to use some small relations, but please ensure that you have relations of the sizes prescribed above as well. When writing a program to fabricate data, there are two important points to keep in mind:
Turn in your program code for generating or transforming data, a small sample of the records generated for each relation (5 or so records per relation), and a script showing the loading of your data into Oracle.
Customers(custID, name, email, shipAddr) Orders(orderID, custID, itemID, date, status) Items(itemID, description)
Write, in both relational algebra and in SQL the following queries. For relational algebra, you may write a sequence of steps with named temporary relations if you like.