Inside the trigger ,I'm trying populate multiple tables and trying to get start and end time of each table population , when run normally it takes 4 mins to populate table so start and end time has 4 mins difference.But when triggered by populating it's trigger table it's showing start and end time same as triggered time ,but my table is getting populated
Table name:Tableupdatestatus
Expected Result
TableName: Start time: EndtimeXYZ: 03-05-2024 10:30:00: 03-05-2024 10:34:00
Actual Result in trigger
TableName: Start time: EndtimeXYZ: 03-05-2024 10:30:00: 03-05-2024 10:30:00