Yes, WHY do I write all my SQL statements In all CAPS and why isn't there a better SQL editor, and why hasn't SQL evolved more than it has?
Programmer Humor
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
Speaking as a Senior Dev specialized in database access and design... you don't have to use all caps - SQL is actually case agnostic.
But... but my fucking eyes man. I'm old, if your branch doesn't have control keywords in all caps I'm going to take it out back and ol' yeller it.
There are few hills I'll die on but all caps SQL and singular table names are two of them.
Singular table names? You savage…
It's an English literacy thing - we have several non-native English speakers and using only singular avoids making those folks' lives harder. Besides it's really nice to autopilot that categoryid
is a foreign key to the category
table. It also simplifies always plural words... I haven't yet written CREATE TABLE pants
but if I ever do there's zero chance of me creating a pantid
.
no underscores either? What are we, apes?