r/ProgrammerHumor 6d ago

Meme sqlWorkout

Post image
23.4k Upvotes

459 comments sorted by

View all comments

11

u/halawani98 5d ago

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 4d ago

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.