Which nco_sql command displays the total number journal entries in the ObjectServer?

A.
select count (*) from event.journal;
B.
select count (*) from alerts.journal;
C.
select sum (KeyField) from alerts.journal;
D.
select sum (KeyField) from event.journal;;