this post was submitted on 11 Feb 2025
1260 points (98.6% liked)

Programmer Humor

20460 readers
1303 users here now

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.

Rules

founded 2 years ago
MODERATORS
 

See the post on BlueSky: https://bsky.app/profile/provisionalidea.bsky.social/post/3lhujtm2qkc2i

According to many comments, the US government DOES use SQL, and Musk is not understanding much what's going on.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 11 points 1 day ago (23 children)

Ok genuine question, what is the difference between a SQL database and a simple Excel spreadsheet?

[โ€“] [email protected] 4 points 18 hours ago

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.

load more comments (22 replies)