Syntax

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