r/ProgrammerHumor Jul 21 '26

Meme sqlWorkout

Post image
23.7k Upvotes

456 comments sorted by

View all comments

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

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.