What is the difference between page level locking and row level locking.?
With page level locking the whole page, and therefore all rows on that page, is locked when a data row on the page is accessed.
With row level locking only one row on the page is locked, the other rows are accessible.