Question:Which of the following is a valid syntax of the ALTER SERVER AUDIT statement used to enable a server audit?
A ALTER SERVER AUDIT <audit_name> WITH (ENABLE=TRUE)
B ALTER SERVER AUDIT <audit_name> SET (ENABLE=TRUE)
C ALTER SERVER AUDIT <audit_name> WITH (STATE=ON)
D ALTER SERVER AUDIT <audit_name> SET (STATE=ON)
+ AnswerC
+ Report