SQL commands find even number code example Example: find a even number sql Select * from table where id % 2 = 0