Every backend engineer has run SELECT * FROM users WHERE id = 42 a thousand times. Most assume the database goes and grabs exactly that one row. But it doesn't.

Source: [Dev.to](https://dev.to/jishnusaha89/how-does-a-database-actually-store-your-data-17f1)

Sponsored