📄 rel-ops.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -