Skip to content

Commit 2c536a2

Browse files
authored
Merge pull request #138 from slynnf/patch-4
Update Bonus_GoodStyle.md
2 parents 7b20c69 + 4813fb2 commit 2c536a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/Bonus_GoodStyle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When choosing column names, it's important to remember that a large part of what
2121

2222
## Capitalization (sometimes) matters
2323

24-
In section two, we talked about SQL keywords/commands being case-insensitive ("We have capitalised the words SELECT and FROM because they are SQL keywords. This makes no difference to the SQL interpreter as it is case-insensitive, but it helps for readability and is therefore considered good style."). But did you know that in some SQL programs, depending on the settings, table and column names are column sensitive? If your query isn't working, check the capitalization.
24+
In section two, we talked about SQL keywords/commands being case-insensitive ("We have capitalised the words SELECT and FROM because they are SQL keywords. This makes no difference to the SQL interpreter as it is case-insensitive, but it helps for readability and is therefore considered good style."). But did you know that in some SQL programs, depending on the settings, table and column names are case sensitive? If your query isn't working, check the capitalization.
2525

2626
## Readability
2727

0 commit comments

Comments
 (0)