Skip to content

Commit c5223ac

Browse files
authored
Fix formatting of column-oriented database (#94)
1 parent abf7407 commit c5223ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Concepts/Data Storage/Column-oriented Database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ In a column-oriented or columnar database, the data for each column in a datatab
1111
## Column-oriented Database Example
1212
In a datatable like this:
1313

14-
EmpId | Lastname | FirstnameSalary
15-
----- | ----- | -----
14+
EmpId | Lastname | Firstname | Salary
15+
----- | ----- | ----- | -----
1616
10 | Smith | Joe | 60000
1717
12 | Jones | Mary | 80000
1818
11 | Johnson | Cathy | 94000

0 commit comments

Comments
 (0)