Editing LOG is fast and straightforward using DocHub. Skip downloading software to your computer and make alterations with our drag and drop document editor in just a few quick steps. DocHub is more than just a PDF editor. Users praise it for its convenience and robust features that you can use on desktop and mobile devices. You can annotate documents, create fillable forms, use eSignatures, and deliver documents for completion to other people. All of this, combined with a competitive cost, makes DocHub the ideal choice to adapt chapter in LOG files effortlessly.
Make your next tasks even easier by turning your documents into reusable web templates. Don't worry about the safety of your records, as we securely keep them in the DocHub cloud.
Hello Friends, welcome to Gate Smashers The topic is Immediate Database modification In last video we have discussed about deferred database modification In case of immediate First important point is Immediate meaning means immediate means when weamp;#39;re doing modification in database actually difference it this only and if we talk about T1 transaction T1 read(A), reading A means read value from database A=A+100 W(A) meaning of W(A) value of A in local memory or shared memory or you can say in RAM its value is 200 In deferred when we change in database When we do commit After commit We save the changes but immediate meaning As soon as value in RAM is 200 At the same time value at database is 200 and lets say Read(B) Meaning of Read(B) means it read 200 value B=B+200 value will be 400 So when 400 came here so weamp;#39;ll save it here at the same time this is the concept of immediate Means the time weamp;#39;re writing in memory or RAM At the same time weamp;#39;ll same write in