home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / mbase.zip / SAMPLE.S < prev    next >
Text File  |  1991-02-11  |  243b  |  13 lines

  1. relation sample
  2.  
  3. field question length  2 right      ; Two chars is enough for 100 questions. ;
  4. field noun     length 20
  5. field goodbad  length  1
  6.  
  7. index on noun
  8. index on question|goodbad with duplicates
  9. index on question with duplicates
  10.  
  11. end
  12.  
  13.