假设数据库中创建了一个用户test,状态为锁定状态,需要使用SQL语句解除锁定,可以使用如下( )语句。
AALTER USER test ACCOUNT
BALTER test ACCOUNT NOLOCK
CALTER USER test ACCOUNT NOLOCK
DALTER USER test NOLOCK
AALTER USER test ACCOUNT
BALTER test ACCOUNT NOLOCK
CALTER USER test ACCOUNT NOLOCK
DALTER USER test NOLOCK