rel-ops.txt

来自「answer to sd7 Exercise1」· 文本 代码 · 共 14 行

TXT
14
字号
ANALYSE:
  Because title and price belong to the BOOK table,and the searching 
condition is in the PUBLISHER table.
(1) Selecting Title and Price refer to PublisherID,
    which  were selected from PUBLISHER TABLE where the 
  Publisher's name equals "Addison Wesley", from  the BOOK TABLE.
  Project the selected Title and Price in a unique-table.

(2) Selecting Title and Price refer to the PublisherID,
    which were selected from PUBLISHER TABLE where 
 the Publisher's name equals "McGraw Hill", from  the BOOK TABLE.
 Projection the selected Title and Price in a unique-table.

(3) Joining the two projection.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?