Correct Answer : readers-writer
Explanation : Each database has a readers-writer lock that allows concurrent read access to a database, but gives exclusive access to a single write operation per database.