rel-ops.txt
来自「ssd7的练习1」· 文本 代码 · 共 6 行
TXT
6 行
1.Relational operations I used:
select,project and join.
2.Roles of each operation in my query:
I use select operation to retrieve the rows which I want and the conditions are expressed in where clause.
I use project to limit the columns to be displayed.
I use join operation to jion two ralative tables on condition so the information in the two tables can be retrieved.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?