When using the Command Line Interface, what is the correct syntax for displaying the events
waiting to be processed by the event processor?

A.
Select Evt from Service where Name=’EvtProcessor’;
B.
Select Events from Service where Name=’EventProcessor’;
C.
Select WaitEvents from Service where Name = ‘WaitEventProcessor’;
D.
Select WaitingEvt from Service where Name=’MaitingEventProcessor’;
Explanation: