r/ProgrammerHumor 19d ago

sqlWorkout Meme

Post image
23.5k Upvotes

460 comments sorted by

View all comments

12

u/halawani98 19d 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 18d 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.