home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
DBMS9102.ZIP
/
GERRIT4.FEB
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1990-12-18
|
246 b
|
10 lines
Listing 4
SELECT pname, price, qty, customer.name
FROM part, litem, invoice customer
WHERE part.p# = litem.p#
AND litem.i# = invoice.i#
AND invoice.c# = customer.c#
AND qty > 5;