Please convert the following SQL Query to a Criteria Query——— I have the following table PEOPLE- ID Name Code 1 Tom A 2 Harry B 3 Tom C 4 John A 5 Sally C 6 Tom B 7 Tom D The query must return the list of records that satisfies the conditions- Name=’Tom’ AND Code=’A’ or ‘B’ or ‘C’ —-In