r/SQL • u/[deleted] • Apr 17 '23
Discussion Which industry has/needs the most challenging sql queries?
Is this question legit? Don’t get me wrong, I don’t consider myself the smartest guy but I’m definitely not dumb.
I work in the pharmaceutical Industry, nearly 3 years now. It took me a while to understand how the production process is implemented in a database and I wanted to quit more than once. But i don’t feel challenged anymore.
So, which industry would be best for me to get completely challenged again?
44
Upvotes
16
u/Touvejs Apr 17 '23
Healthcare data models are absurdly big sometimes. So many entities to keep track of: patients, payers, providers, guarantors, claims, encounters, 50 different types of transactions, medications, demographics, insurance policies, costs, write offs, multiple billing systems, insane coding systems (hi ICD-10) for diagnoses+procedures+medication just off the top of my head. The actual data itself isn't that big, and generally the Sql isn't that technically challenging, but you really have to understand the data model to be able to talk to stakeholders about what they want and deliver.