Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 395 Bytes

File metadata and controls

2 lines (2 loc) · 395 Bytes
  1. Implement a government land/property database, that tracks the history of purchases of a property, current owner. Bonus: Implement role based permission to secure the data.
    Hint: Implement a ledger db using normal RDBMS. A ledger DB tracks addition, updatation and deletion of data in a irrefutable way. Design a db that can audit and verify state of db to be accurate and tamper-proof.