What problem can occur when a database is processed by more than one user?

1 answer

Answer

1073729

2026-08-25 23:40

+ Follow

Blocking happens when one connection from an application holds a lock and a second connection requires a conflicting lock type. This forces the second connection to wait, blocked on the first. One connection can block another connection, regardless of whether they emanate from the same application or separate applications on different client computers.

points...

maintainablity

incorect database state

dead lock

incorrect data

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.