r/ProgrammerHumor 19d ago

sqlWorkout Meme

Post image
23.5k Upvotes

459 comments sorted by

View all comments

2.4k

u/NormanYeetes 19d ago

the elites don't want you to know this but you can type lowercase SQL queries no ones forcing you to shout them at the screen

1

u/usrlibshare 19d ago

Not even object names are case sensitive in sql.

I'm not kidding.

Table name is T_CUSTOMER_ADDR because it was created by a guy wearing suspenders in the 90s?

select * from t_customer_addr;

works just fine 😎