Q1 20pts Below is a log of a transactional database
LOG
<Start T1> <T1A,5> <T1,B,9> <Start T3> <Start T2> <T2,C,4> <Commit T1> <Abort T2> <Start T4> <T4,B,9> <Commit T4> <T3,A,2> crash
a. Suppose this was an UNDO-log. What are the values of A, B, and C after recovery? Write "NA" if that value is unknowable from this log.
b. Suppose this was a REDO-log. What are the values of A, B, and C after recovery? Write "NA" if that value is unknowable from this log.