CBSE Class 12 Computer Science
Question 60 of 78
Simple Queries in SQL — Question 14
Back to all questions 14
Question Misha, Khushi
Reason — The query SELECT name FROM employee WHERE employee_id > 1009; retrieves the names of employees whose employee_id is greater than 1009. Japneet has an employee_id of 1018, which is greater than 1009, so Japneet will be displayed. But the question asks for the names which will not be displayed by the query. Hence, the correct answer will be Misha, Khushi, as they have employee_id ≤ 1009.