Locking is the process of database authentication.
Locking is a process preventing users from reading data being changed by other users, and prevents concurrent users from changing the same data at the same time.
Locking prevents concurrent access problems by ensuring that when one user is modifying data, other users cannot read or change that same data simultaneously. This prevents conflicts and ensures data integrity. Option A is incorrect because locking is unrelated to authentication.