There is a table. Which has many column along with CreatedDateTime and LastModifiedDateTime. Whenever record got inserted CreatedDateTime Column should be updated with transaction date time(Current date time). Same way LastModifiedDateTime also should be updated when the Insertion and Update happen on a particular record.
This should be happen automatically without influence of Trigger and Default constraint.
If any other inbuilt solution is available?