下圖描述的數(shù)據(jù)模型是()
賬號(hào)A到賬號(hào)B轉(zhuǎn)賬50元錢 1 read(A) 2 A:=A-50 3 write(A) 4 read(B) 5 B=B+50 6 write(B) 7 print(B) ()步構(gòu)成了一個(gè)事務(wù)。