1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00
This commit is contained in:
apurvis@lumoslabs.com 2016-04-08 14:42:11 -04:00
parent bd55b7d01d
commit 633174dde6

View file

@ -103,9 +103,9 @@ FROM staff AS s;
* Do not prefix with `sp_` or any other such descriptive prefix or Hungarian
notation.
### Uniform suffixes
### Uniform prefixes
* `is_` - for booleans
* `is_` - denotes a boolean
### Uniform suffixes