Question - What are the major challenges in accessing data from a database?
Answer -
The challenges include:
- More than one user might need to access the data simultaneously from one database.
- More than one user might need to access the data anytime, anywhere.
The solution to this problem is attained by implementing a ‘Database locking’ during the time of transaction execution.