I have a table in my database that I know a record deleted here definitely. (because of evidence of users and some of my application audit log)
I have tried to get information from logs via "SQL Log Analyzer" but it doesn't show that specific record insertion on deletion.
I definitely know that my record has inserted on a specific day between 2020-04-01 and 2020-04-23.
Whats wrong with logs? Is it possible that something missed in the database log and didn't save in database logs? (which would mean a violation of ACID).