sqlserver删除用户需要用到的命令是(____)。
A.EXEC sp_drop_user 'test'
B.EXEC sp_d_user 'test'
C.EXEC sp_dropusername 'test'
D.EXEC sp_dropuser 'test'
正确答案是D