What are ACID properties in db.
Utilisateur anonyme
Atomicity (means all r nothing), Consistency (db is in valid form move from one valid state to other). Isolation(oen transaction not disturb the other one), Durability (server crashes but transactions or bookings saved in the db)