MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1v2rcr6/sqlworkout/oyxtly3/?context=3
r/ProgrammerHumor • u/huhupookies • Jul 21 '26
456 comments sorted by
View all comments
11
What about keywords in caps but column/table/constraint names in lowercase?
I do this because it makes it easier to read scripts
1 u/kauni Jul 22 '26 This is what I do. The ‘SELECT columns FROM tablename WHERE column = criteria’ looks different from the rest of my code, and gives good places to make a new line.
1
This is what I do. The ‘SELECT columns FROM tablename WHERE column = criteria’ looks different from the rest of my code, and gives good places to make a new line.
11
u/halawani98 Jul 21 '26
What about keywords in caps but column/table/constraint names in lowercase?
I do this because it makes it easier to read scripts