Code a condition equivalent to ID = 1 OR ID = 3.
ID = 1 OR ID = 3
Make sure to pick ID IN (1, 3).
ID IN (1, 3)