IBM Exam Questions

Which nco_sql command displays the total number of events in the ObjectServer?

Which nco_sql command displays the total number of events in the ObjectServer?

A.
select ALL from alerts.status;

B.
select count (*) from alerts.status;

C.
select sum (Tally) from alerts.status;

D.
select max (Tally) from alerts.status;