or column?? Two DB sessions may access one specific row at the same time but how to block the second SELECT while the first session has selected it a bit earlier??(MySQL for instance)
It's called "Race condition" to be clear.
The DB most probably is concurrency-safe and you don't have to worry about data races at the DB level.
Обсуждают сегодня