diff --git a/input/posts/Audit-Trail-Oracle.md b/input/posts/Audit-Trail-Oracle.md index 1a0a615..b39e6a8 100644 --- a/input/posts/Audit-Trail-Oracle.md +++ b/input/posts/Audit-Trail-Oracle.md @@ -20,7 +20,7 @@ We introduce an audit table that records every change made to the database. The Let's use the following DB Schema for illustration: -![TableVide](/posts/images/audit-trail/TableStructureBlog.png) +![TableSchema](/posts/images/audit-trail/TableStructureBlog.png){ width = 60% } - Primary Keys: Each table has a primary key (e.g., ```ProjectID```, ```InstrumentID```). - Foreign Keys: Child tables reference their parent via foreign keys (e.g., ```instruments.ProjectID``` references ```projects.ProjectID```).