✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
How many records may be deleted from the EMPLOYEES table by the following query (Assume that ID field is a primary key):
DELETE FROM EMPLOYEES WHERE ID IN (1, 3, 5) AND LASTNAME LIKE ’K%’