2009年2月18日
摘要: ---------------------集合运算 SQL作用在关系上的union interset except运算对应于关系代数中的运算并 交和差,参加运算的关系必须相容,也就是说,他们必须含 有相同的属性集。1 union运算 为了找出在银行有帐户、有贷款或两者都有的所有客户,我们可以写查询语句: (select customer_name from depositor) unio... 阅读全文
posted @ 2009-02-18 11:05 清水湾 阅读(411) 评论(0) 推荐(0)