minor text improvements

This commit is contained in:
Ivan Blinkov 2020-03-27 08:28:48 +03:00 committed by GitHub
parent f126596261
commit 3c392079aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,9 @@
- Relations with other engines if they exist. - Relations with other engines if they exist.
## Creating a Table {#creating-a-table} ## Creating a Table {#creating-a-table}
``` sql
Syntax codeblock CREATE TABLE ...
```
**Engine Parameters** **Engine Parameters**
@ -13,19 +14,19 @@
## Virtual columns {#virtual-columns} ## Virtual columns {#virtual-columns}
If they exist. List and virtual columns with description, if they exist.
## Specifics and recommendations {#specifics-and-recommendations} ## Specifics and recommendations {#specifics-and-recommendations}
Algorithms Algorithms
Specifics of read/write processes Specifics of read and write processes
Examples of tasks Examples of tasks
Recommendations for usage Recommendations for usage
Specifics of data storage Specifics of data storage
## Usage Example {#usage-example} ## Usage Example {#usage-example}
The example must show usage and/or a use cases. The following text contains recommended parts of an example. The example must show usage and use cases. The following text contains the recommended parts of this section.
Input table: Input table:
@ -42,7 +43,7 @@ Result:
``` text ``` text
``` ```
Any text clarifying the example. Follow up with any text to clarify the example.
## See Also {#see-also} ## See Also {#see-also}