Skip to content

Commit 4813fb2

Browse files
authored
Update Bonus_GoodStyle.md
Fix typo on line 24
1 parent 7b20c69 commit 4813fb2

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)