# Here, transaction with read intent will acquire a read lock on range of rows matching search criteria. # it will block write transactions on same set of rows until the write lock is released. # it ...