How much of the job comes down to deeply understanding the domain/business knowledge and applying SQL?

Posted by throwaway0134hdj@reddit | ExperiencedDevs | View on Reddit | 19 comments

As we know budget controls every aspect of our work, whether we have work as well as what we work on. And getting budget comes down to delivering value to the client. And delivering value to the client comes down to how well you understand the domain/business knowledge. And at least in my case, 90% of the business logic effectively boils to down SQL statements. Such as check if this lookup table contains a value (or generate a value based on what’s in the lookup table), do X but only when Y is true, essentially a chain of lookups with conditional logic.

My question is how much of your job effectively boils down to this? Especially when it comes to what the client values, is the majority of what they appreciate effectively coming down to what could be done in SQL statements?

Thanks