A compound query is a query that specifies two or more conditions, combined using the logical and and or operators. For example, the following query specifies books with that have a cover type of Hard OR more than 300 pages
Records that match either criteria will be selected.