In a multi-user environment, what can happen if two users try to update the same record in a file simultaneously?

  • Both users can successfully update the record without any issues
  • Data inconsistency or corruption may occur
  • The file will automatically merge the updates from both users
  • The system will generate an error and prevent simultaneous updates
If two users try to update the same record in a file simultaneously without proper file locking, it can lead to data inconsistency or corruption. File locking is essential to control access and avoid conflicts in such scenarios.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *