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:
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
Reviewed by Tableau Basics
on
January 02, 2019
Rating:
I didn't get the solution for this challenge.
ReplyDelete