fixed other (#4441)

Did you mean 'In other words'...?
This commit is contained in:
0xflotus 2019-02-19 06:54:31 +01:00 committed by Ivan Blinkov
parent fa9e9e57c8
commit 908d958696

View File

@ -11,7 +11,7 @@ In a "normal" row-oriented DBMS, data is stored in this order:
| #2 | 89953706054 | 1 | Mission | 1 | 2016-05-18 07:38:00 |
| #N | ... | ... | ... | ... | ... |
In order words, all the values related to a row are physically stored next to each other.
In other words, all the values related to a row are physically stored next to each other.
Examples of a row-oriented DBMS are MySQL, Postgres, and MS SQL Server.
{: .grey }