Skip to content

Commit

Permalink
01-select.md: Fix 'semi-colon' -> 'semicolon'
Browse files Browse the repository at this point in the history
That's the usual form [1].

[1]: http://en.wiktionary.org/wiki/semicolon
  • Loading branch information
wking committed Apr 11, 2015
1 parent b9928da commit 347d4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ SELECT family, personal FROM Person;
|Roerich |Valentina|
|Danforth|Frank |

The semi-colon at the end of the query
The semicolon at the end of the query
tells the database manager that the query is complete and ready to run.
We have written our commands and column names in lower case,
and the table name in Title Case,
Expand Down

0 comments on commit 347d4c5

Please sign in to comment.