Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f3d572

Browse files
committed
Minor changes
1 parent be9f6d0 commit 3f3d572

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [INSERT]()
99
- [CREATE]()
1010
- [DELETE]()
11+
- [VALUES]()
1112
- [Functions](./functions.md)
1213
- [CAST](./functions/CAST.md)
1314
- [CONVERT]()
@@ -30,5 +31,6 @@
3031
- [Operation](./concepts/operation.md)
3132
- [Column](./concepts/column.md)
3233
- [Table]()
34+
- [Index]()
3335
---
3436
- [Rust Documentation](./rustdoc.md)

src/statements/SELECT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# SELECT
2+
Returns all data requested.
3+
4+
Fundamentally, gets data from tables to return.
5+
Practically, can manipulate data greatly.
26

37

48
## Syntax

0 commit comments

Comments
 (0)