This document summarizes a research paper that proposes a new concurrency control algorithm called JAG_TDB_CC for temporal databases. The algorithm is a hybrid of timestamp and locking approaches. It was implemented as a trigger in Oracle 12c and experimentally tested. The results showed that the algorithm successfully controlled concurrency by granting or denying access to shared data based on timestamp and locking checks. The algorithm helped avoid issues like deadlocks seen in pessimistic approaches and reduced wait times compared to optimistic approaches, making it suitable for temporal databases.