next up previous
Next: Constraints Up: Database Basics Previous: Schemas

Tables

The ``tables'' in a relational database are

Example tables:

genpepts: {
  (#accn: "T41727", 
   #uid:   7490551,
   #title: "F-box domain protein Pof3p - fission yeast",
   #seq:   "mnnyqvkaik...",
   #fid:   101),
  (#accn: "T41727", 
   #uid:   7490551,
   #title: "F-box domain protein Pof3p - fission yeast",
   #seq:   "mnnyqvkaik...",
   #fid:   102), ... }

features: {
  (#fid:   101,
   #start: 0,
   #end:   576,
   #name:  "source",
   #anno:  "organism='schizosaccharomyces pombe'; db_xref='taxon:4896'"),
  (#fid:   101,
   #start: 0,
   #end:   576,
   #name:  "protein",
   #anno:  "product='F-box domain protein Pof3p'"), ...}



Wong Lim Soon
4/9/2000