Skip to content

Commit

Permalink
Merge pull request treffynnon#42 from kjohnsen/patch-5
Browse files Browse the repository at this point in the history
Update sqlstyle.guide.de.md
  • Loading branch information
treffynnon authored Jun 13, 2018
2 parents 7da2783 + 42debb5 commit 5612067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/sqlstyle.guide.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ SELECT first_name
### Tabellen

* Verwenden Sie einen Sammelbegriff oder, aber weniger bevorzugt, eine
Pluralform. Zum Beispiel (in absteigender Priorität) `staff` and
Pluralform. Zum Beispiel (in absteigender Priorität) `staff` und
`employees`.
* Fügen Sie nicht das `tbl` Präfix oder ein anderes solches beschreibendes
Präfix. Verwenden Sie keine [ungarische Notation][ungarische-notation].
Expand Down

0 comments on commit 5612067

Please sign in to comment.