컴퓨터 공학과 졸업/데이터베이스
관계대수 예제 2 ppt
심재철
2017. 10. 14. 16:15
정답지
Suppliers(sid: integer, sname: string, address: string)
Parts(pid: integer, pname: string, color: string)
Catalog(sid: integer, pid: integer, cost: real)
9. Find pairs of sids such that the supplier with the first sid charges more for some
part than the supplier with the second sid.
10. Find the pids of parts supplied by at least two different suppliers.
11. Find the pids of the most expensive parts supplied by suppliers named Yosemite Sham.
차례대로 9 10 11 번 답