home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_02_09 / 2n09059a < prev    next >
Text File  |  1991-08-01  |  265b  |  8 lines

  1.  
  2. CREATE UNIQUE INDEX MailX ON MailList (reg#, outlet#);
  3. /* Build these three indexes AFTER loading the table */
  4. CREATE INDEX UpdateX12 ON UpdateList (reg#, outlet#);
  5. CREATE INDEX UpdateX1 ON UpdateList (reg#);
  6. CREATE INDEX UpdateX2 ON UpdateList (outlet#);
  7.  
  8.