001 问题一个

[复制链接]
查看11 | 回复2 | 2005-10-30 17:05:33 | 显示全部楼层 |阅读模式
13 which statement about multiple column subquery is true?
A.A pairwise comparison produces a cross product
B. A nonpairwise comparison produces a cross product
请问:
what is "pairwise comparison"
and "cross product"
最好能给个例子!!
谢谢!
感激不尽!
回复

使用道具 举报

千问 | 2005-10-30 17:05:33 | 显示全部楼层
SELECT
ordid, prodid, qty
FROM
item
WHERE
prodid IN(SELECT prodid

FROM item

WHERE ordid = 605)
AND
qtyIN(SELECT qty

FROM item

WHERE ordid = 605)
AND ordid605;
Display the order number, product number, and quantity of any item in which the product number and quantity match any product number and any quantity of an item in order 605.
這個就教材中Nonpairwise Comparison Subquery ~~~
看看應該就了解了!
回复

使用道具 举报

千问 | 2005-10-30 17:05:33 | 显示全部楼层
You can get answer from Easyfree Lessons.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行