I know this section is practically dead, but i thought i'd ask anyway .. looking for an answer to the 2003 Q16(c) SQL Question. Being that ive just tried to teach myself SQL thismorning I was hoping to compare my answer to that of someone elses in order to confirm its in order.
SELECT "Cost", "Peripheral", "Maker", "Model"(how would we define multiple entries?)
FROM "Hardware"
WHERE "Cost<100" .. (or is it Cost = 99 ??)
AND "Peripheral=scanner"
Thanks .. will post in the IT section of BoS later on if theres noone here :s
SELECT "Cost", "Peripheral", "Maker", "Model"(how would we define multiple entries?)
FROM "Hardware"
WHERE "Cost<100" .. (or is it Cost = 99 ??)
AND "Peripheral=scanner"
Thanks .. will post in the IT section of BoS later on if theres noone here :s