Copyright © T. H. Merrett

COMP 612              Principles of Database Programming                 Week 10

Assignment 9

Write and run Aldat code to generate in a single relation for integers
(from 0 to an upper limit which you specify) the integer, its square,
its cube, and its factorial.

ALL RELIX ASSIGNMENTS ARE TO BE SUBMITTED IN THE FORM OF AN UNEDITED TRACE
OF YOUR DEBUGGED FINAL RUN.

Shared marks for shared work: assignments should be your own work; marks
for joint assignments will be divided by the number of collaborators.
But please feel free to work in groups to learn or for extra work that
is not for marks. HINT: treat your own work for marks as top secret; treat
others' work, if you come across it, as personal and private to them.

Syntax for updates

update  add ;
update  delete ;
update  change  [using [] ];

Syntax for eventhandler names (prefix optional, attriblist for change only)

(pre | post):(add | delete | change):[]