Skip to content

Commit

Permalink
Update sqlstyle.guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kindkid committed Jul 24, 2015
1 parent 2491d3b commit 92884bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/sqlstyle.guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ SELECT first_name
notation.
* Never give a table the same name as one of its columns and vice versa.
* Avoid, where possible, concatenating two table names together to create the name
of a relationship table. Rather than `car_mechanic` prefer `service`.
of a relationship table. Rather than `cars_mechanics` prefer `services`.

### Columns

Expand Down

0 comments on commit 92884bb

Please sign in to comment.