mirror of
https://github.com/Vonng/ddia.git
synced 2026-06-22 09:27:04 +08:00
update translation in chapter 2
This commit is contained in:
parent
2ba635be0e
commit
2f4cc0c752
1 changed files with 2 additions and 2 deletions
4
ch2.md
4
ch2.md
|
|
@ -315,13 +315,13 @@ function getSharks() {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
在关系代数中:
|
而在关系代数中,你可以这样写:
|
||||||
|
|
||||||
$$
|
$$
|
||||||
sharks = \sigma_{family = "sharks"}(animals)
|
sharks = \sigma_{family = "sharks"}(animals)
|
||||||
$$
|
$$
|
||||||
|
|
||||||
$\sigma$(希腊字母西格玛)是选择操作符,只返回符合条件的动物,`family="shark"`。
|
其中 $\sigma$(希腊字母西格玛)是选择操作符,只返回符合 `family="shark"` 条件的动物。
|
||||||
|
|
||||||
定义 SQL 时,它紧密地遵循关系代数的结构:
|
定义 SQL 时,它紧密地遵循关系代数的结构:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue