1283
The government doesn't use SQL
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Basically the difference is with a SQL database you have way more options for how to create, manage & interact with the data.
Spreadsheets are great for sharing snapshots of data, and there's a level of automation you can build into them, but the scale of what you can do goes up dramatically when your data is in a proper database instead of just an excel file.