What is the correct SQL statement to create a filter in the UNIX filter builder for all the
unacknowledged events received within last 3 minutes?

A.
(Acknowledged = 0) and (LastOccurrence <= getdate)
B.
(Acknowledged = 0) and (LastOccurrence >= getdate – 3)
C.
(Acknowledged = 0) and (LastOccurrence <= getdate -180)
D.
(Acknowledged = 0) and (LastOccurrence >= getdate -180)