Business Studies, asked by anusiby571, 1 year ago

you need to display all the rows in the employees table that contain a null value in the department_id column. which comparison operator should you use

Answers

Answered by viveknanda
0
select * from employees where dept_id IS NULL
Similar questions