home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / q / quasrsql.zip / QUERY10.SQL < prev    next >
Text File  |  1991-10-26  |  76b  |  3 lines

  1. select sname from s where sno in
  2.   (select sno from sp where pno = 'P2');
  3.