How to find which employees working under which managers? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to find which employees working under which managers?

Sql

13th May 2017, 7:28 PM
SUJIT KUMAR NAYAK
SUJIT KUMAR NAYAK - avatar
2 Answers
+ 2
select * from employees where manager = 'myguy'; if there is a column where this is saved in the employee table.
13th May 2017, 7:37 PM
Drauchris
Drauchris - avatar
0
Wrong query
14th May 2017, 5:52 PM
SUJIT KUMAR NAYAK
SUJIT KUMAR NAYAK - avatar