Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: Write a SQL query to find the employees who do not belong to any department.
Answer: SELECT * FROM Employee WHERE department_id IS NULL;
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook