SELECT * FROM table WHERE (condition1) AND (condition2);
SELECT * FROM table WHERE (condition1) OR (condition2);