Interview questions: 1. YTD, MTD, QTD calculation for the fiscal year February-2023 to January-2024 2. Highlight third highest salary in sql, Select * from ( select first_name, salary, dense_rank() over( order by salary desc) as sal from employees) where sal=3,, This is the query i written but he told me it only filter the 3rd highest but i need to highlight 3rd highest salary, Could you please help on both these questions
Dynamic zone visability also asked many times
Tableau server knowledge & admin knowledge also demanded from recruiters along with python for data pulling
When can we expect calls ??pls reply
Hopefully in 2025
Thank you@@TechiRahul
Expecting calls from 2025 jan ?
Hoping from second half of Jan. Lets see how the world market behaves.
Interview questions:
1. YTD, MTD, QTD calculation for the fiscal year February-2023 to January-2024
2. Highlight third highest salary in sql,
Select * from
( select first_name, salary, dense_rank() over( order by salary desc) as sal from employees) where sal=3,,
This is the query i written but he told me it only filter the 3rd highest but i need to highlight 3rd highest salary,
Could you please help on both these questions
Thanks for this.