[prev] 77 [next]

Exercise 7: 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?