Define Shared locks?
Ans: Shared lock: Throughout concurrent execution of transactions, earlier than a transaction can access a data item, it has to obtain a lock on it. Now here if the transactions just only want to read the data item then each transaction can lock the data item in shared mode, like a lock is termed as shared lock.