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)}