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

Programmer Humor

20492 readers
803 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] 0 points 1 day ago (1 children)

I get what you say but excel even the 98 version can do duplicate/missing data constraints.

[โ€“] [email protected] 7 points 1 day ago

The big difference between the a relational database and a spreadsheet is that "can do" clause in your sentence. In a relational database they MUST have those constraints to be related.

In the Microsoft ecosystem Access is the relational database. Excel is a table manager with fancy features.