Given the following employees table: employee_id    first_na…

Given the following employees table: employee_id    first_name    last_name    department_id    salary1    John    Doe    10    600002    Jane    Smith    20    750003    Jim    Brown    10    720004    Jake    Wilson    30    680005    Jill    Taylor    20    71000Write an SQL query to find employees belonging to department ID of 10.