Cấu trúc câu lệnh: SELECT column1, column2, ...FROM table_nameWHERE condition1 OR condition2 OR condition3 ...;Ví dụ: SELECT *FROM CustomersWHERE Country = 'Germany' OR Country = 'Spain';