The table utility routines use printf/scanf to store and read values.
Every line is a series of fields which must be read by scanf.  Thus
strings can have no embedded white space.

Attributes are stored as a string followed by two integer values:
the attribute name (string), its type (integer) and the client data (integer).

Tuples are stored as a series of fields according to the relation schema.

