SQL
SQL
Today I gave an internal project interview, these are the SQL -questions they asked me.
Find the answers
1.List the emps who are not working in sales department.
2.list emps names,job who are without manager.
3.list the managers whose salary is more than his employees avg salary.
If possible find the answers in pandas, pyspark also..