next up previous
Next: Tables Up: Database Basics Previous: Database Basics

Schemas

The ``schema'' of a database is its logical structure:

Example schema:

genpepts: {(
   #accn:  string,
   #uid:   num,
   #title: string,
   #seq:   string,
   #fid:   num)}

features: {(
   #fid:   num,
   #start: num,
   #end:   num,
   #name:  string
   #anno:  string)}



Wong Lim Soon
4/9/2000