Header Ads

Challenge_34

Try to build the view same as below

Display the Names of salesman who earns a salary more than the Highest Salary of the clerk?





Select * from emp
where job='SALESMAN'
and sal>(select max(sal) from emp where job='CLERK'

Max Sal of Clerk is 1300

Output: 





Without using Custom Sql Query how to implement in Tableau.


output:





If you crack the challenge send me the workbook to this mail id: 
skrafi449@gmail.com
Challenge_34 Challenge_34 Reviewed by Tableau Basics on January 02, 2019 Rating: 5

1 comment

Recent Posts