selecting exact
SELECT * FROM students where id = 3 OR id =2; SELECT * FROM students where id IN (3,2);