I'm curious...
Is it possible for a database to mess up?
What I mean is: is it possible that two queries can be run at exactly the same time so that only one query would update the database, while other wouldn't make any changes?
For example, if there are hundreds of update queries happening a second, would they ever overlap and scramble the inputs?
I suppose the reason I ask is because I'd like to know just how accurate code can be when it's being run many times at the very same time... or is there no such thing as the "very same time" in the Great Land of Database?