A."begin tran delete from學(xué)生表where學(xué)號=‘s2008005’ rollback"
B."begin tran delete from學(xué)生表where學(xué)號=‘s2008005’ commit"
C."begin tran delete where學(xué)號=‘s2008005’ from 學(xué)生表 rollback"
D."begin tran delete where學(xué)號=‘s2008005’ commit"
A.begin
B.transaction
C.commit
D.continue
A.原子性
B.一致性
C.隔離性
D.持久性