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
A.原子性 B.一致性 C.隔離性 D.持久性