Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681382yThere's no greater feeling then navigating around a well structured database plucking out the fields you need.
On the other hand, I'll take a bourbon and a shotgun to the head when there's many-to-many tables that need to be rejoined to navigate around tables, those suck ass. -
C0D4681382y@nousernamehere you can use an ORM and bring the query back to code layer, but either way you should know how to query a DB well and efficiently.
-
Voxera115852yI like solving queries but I do not like to just spend days querying databases manually, I create queries that is then used in the applications.
And I rarely use any tool to help writing, some intellisense but thats all. -
Voxera115852y@gitpush MA used to have a template solution to generate html directly on the sqlserver some 20+ years ago or so :P
-
Design and writing complex SQL is a bit like a sado maso session with a switcher, someone who tops or bottoms...
Sometimes the database fucks you hard.
Sometimes you fuck back.
In the end, it can be a very happy session or if you were just fucked, a very painful and boring one.
Related Rants
Does anyone here really like typing SQL? I mean just typing queries all day long? Are touch typing and sql related? Next on google: How to build a backend app with only sql?
rant
typing
sql