I am trying to understand ACID transactions, and I didn't get one thing about Durability.
As far as I get durability ensures that all completed transactions are saved, even if some sort of technology failure occurs. What does it mean to be saved even if some sort of technology failure occurs. For example, if my server is crushed during Transaction, before it saves data in database, how durability ensures that when server starts again it will saves data correctly?