✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
How many records may be updated in the EMPLOYEES table by the following query (Assume that ID field is a primary key):
UPDATE EMPLOYEES SET SALARY = SALARY*1.1 WHERE ID IN (1, 3, 5)