A.T1正在寫A、T2要讀A B.T1正在寫A、T2也要寫A C.T1正在讀A、T2要寫A D.T1正在讀A、T2要讀A
A."begin tran delete from學生表where學號=‘s2008005’ rollback" B."begin tran delete from學生表where學號=‘s2008005’ commit" C."begin tran delete where學號=‘s2008005’ from 學生表 rollback" D."begin tran delete where學號=‘s2008005’ commit"
A.begin B.transaction C.commit D.continue