29
Exercise 4: Fixed-length Records
Give examples of table definitions
which result in fixed-length records
which result in variable-length records
create table R ( ...);
What are the common features of each type of table?