this post was submitted on 14 Feb 2025
477 points (96.9% liked)

No Stupid Questions

37462 readers
1595 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 2 years ago
MODERATORS
 

I'm a tech interested guy. I've touched SQL once or twice, but wasn't able to really make sense of it. That combined with not having a practical use leaves SQL as largely a black box in my mind (though I am somewhat familiar with technical concepts in databasing).

With that, I keep seeing [pic related] as proof that Elon Musk doesn't understand SQL.

Can someone give me a technical explanation for how one would come to that conclusion? I'd love if you could pass technical documentation for that.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] TransSynthesist@lemmy.blahaj.zone 11 points 1 week ago (2 children)

139 comments and no one addresses his use of a slur.

[–] localhost443@discuss.tchncs.de 12 points 1 week ago

Because that's really just to be expected at this point, and what his audience would want..

Better to focus on constantly poking at him for being dumb, which he and his fans hate, rather than give them what they want, ie being upset at their hateful language

load more comments (1 replies)
[–] TehWorld@lemmy.world 10 points 1 week ago (4 children)

Clearly the solution is to just use a big Excel spreadsheet.

load more comments (4 replies)
[–] sneaky@r.nf 10 points 1 week ago (1 children)

Might seem like a stupid question, but I'm in nostupidquestions sooo... Did Elon really do this tweet with the word "retard" in it? Obviously am on Lemmy so don't use Twitter.

[–] moncharleskey@lemmy.zip 11 points 1 week ago (1 children)

Yep, just another example of what a trash human being he is.

load more comments (1 replies)
[–] KillingTimeItself@lemmy.dbzer0.com 10 points 1 week ago* (last edited 1 week ago) (6 children)

TL;DR de-deuplication in that form is used to refer a technique where you reference two different pieces of data in the file system, with one single piece of data on the drive, the intention being to optimize file storage size, and minimize fragmentation.

You can imagine this would be very useful when taking backups for instance, we call this a "Copy on Write" approach, since generally it works by copying the existing file to a second reference point, where you can then add an edit on top of the original file, while retaining 100% of the original file size, and both copies of the file (its more complicated than this obviously, but you get the idea)

now just to be clear, if you did implement this into a DB, which you could do fairly trivially, this would change nothing about how the DB operates, it wouldn't remove "duplicates" it would only coalesce duplicate data into one single tree to optimize disk usage. I have no clue what elon thinks it does.

The problem here, as a non programmer, is that i don't understand why you would ever de-duplicate a database. Maybe there's a reason to do it, but i genuinely cannot think of a single instance where you would want to delete one entry, and replace it with a reference to another, or what elon is implying here (remove "duplicate" entries, however that's supposed to work)

Elon doesn't know what "de-duplication" is, and i don't know why you would ever want that in a DB, seems like a really good way to explode everything,

load more comments (6 replies)
[–] turtle@lemm.ee 10 points 1 week ago (11 children)

I saw a comment about this in the last couple of days that was really interesting and educational. Unfortunately I can't seem to find it again to link it, but the gist of it was that there would be two things wrong with using SSNs as primary keys in a SQL database:

  • You should not use externally generated data as primary keys
  • You should not use personally identifying data as primary keys

Using SSNs as keys would violate both.

I went looking for best practices regarding SQL primary keys and found this really interesting post and discussion on Stack Overflow:

https://stackoverflow.com/questions/337503/whats-the-best-practice-for-primary-keys-in-tables

My first thought was that people's SSNs can and do change, and sometimes (rarely?) people may have more than one SSN. Like someone mentions in that link, human error would be another reason why you would not want to use external data and particularly SSNs as primary keys.

load more comments (11 replies)
[–] skozzii@lemmy.ca 10 points 1 week ago

Musk is the walking Dunning-Krueger, he is too stupid to realize how terrible he sounds.

[–] jj4211@lemmy.world 10 points 1 week ago

Frankly the whole exchange sounds like Hollywood tech jargon.vaguely relevant words used in a not quite sensible way....

[–] jerryh100@lemmy.world 9 points 1 week ago* (last edited 1 week ago)

That dipshit does not even know how his dear friend at Oracle made tons of money in the past decades.

Billionaires are stealing our dollars, tax or otherwise.

[–] Kalkarino@lemmy.world 6 points 1 week ago

It doesn’t matter anymore to the trumpers. They are eating this shit up like it’s thanksgiving

[–] owenfromcanada@lemmy.world 6 points 1 week ago

TIL Elon doesn't know SQL or have any basic human decency.

J/K, I already knew he doesn't have basic human decency.

If he knew anything about SQL, he could have run a quick search to see whether any SSNs are actually duplicated. (spoiler alert: they're not, he's just stupid).

load more comments
view more: ‹ prev next ›