---
title: "At 50 Years Old, Is SQL Becoming a Niche Skill?"
url: https://daily.dev/posts/at-50-years-old-is-sql-becoming-a-niche-skill--6cyxqrk0q
source_url: https://blog.container-solutions.com/is-sql-now-a-niche-skill
type: article
source: "Container Solutions"
published: 2024-05-07T12:49:22.437Z
updated: 2024-05-09T08:22:04.995Z
tags: ["devops", "sql"]
reading_time: 6
upvotes: 9
comments: 5
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# At 50 Years Old, Is SQL Becoming a Niche Skill?

**[Container Solutions](https://daily.dev/sources/containersolution)** · 6 min read · 9 upvotes · 5 comments

## Summary

Opinions are divided on whether SQL is becoming a niche skill. Despite its historical demand and popularity, there is a rise in specialization in the IT industry, leading to the emergence of data scientists and other specialized roles. SQL remains widely used and is even implemented in alternative tools like DuckDB and osquery. However, some argue against the use of schemas in favor of more flexible databases like MongoDB.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.container-solutions.com/is-sql-now-a-niche-skill>

## Community discussion

Top comments from developers on daily.dev.

**@ashy** · 0 upvotes

> I probably write it almost every day. But then the question comes down to if we work in what would be considered a "niche" area :D

**@randy** · 0 upvotes

> I'd like to say I write SQL (MySQL flavor) daily, but it's a lie... I am, however, pretty skilled, or at least I'd like to think so about nearly 10 years. Coworkers always ask "why `STRAIGHT_JOIN`?" when they see it...

**@bpowell** · 0 upvotes

> I disagree it's a niche skill. If anything, it's becoming a more crucial skill. If you work in a company that generates a ton of data every day (i.e., a shipping/warehouse company), SQL is very helpful in getting useful information out of all the data generated quickly. I use it everyday to get information instead of using ODBC-connected spreadsheets.

**@slowrybjss** · 0 upvotes

> The problem is developers don't want to write SQL (or some cases I've seen they want to, but the company doesn't want them to).
> So they use something like Entity Framework which frequently creates terrible SQL (and you don't get things like caching benefits as every query is adhoc).
> The SQL runs slow because it's bad. DBAs can't optimise it because it's all generated by code. So the company just throws money at the hardware, and the SQL licencing costs increase.
> Suddenly you've got an absolute beast of a server costing tens of thousands a month to run and licence, for something that could...

**@sojs** · 0 upvotes

> Well if SQL is considered a niche skill, I guess I am now a wanted developer.....

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#devops](https://daily.dev/tags/devops), [#sql](https://daily.dev/tags/sql)

[View this post on daily.dev](https://daily.dev/posts/at-50-years-old-is-sql-becoming-a-niche-skill--6cyxqrk0q)
