SQL Interview Questions - rohith-nallam/Bigdata GitHub Wiki
How do you delete duplicates using row_number()
select *,row_number() over(partition by all columns) from table?
what is the difference between rank and dense_rank()?
How to add filter operation on right tables when we do left join?
what is ntile function in oracle?
It is an analytical function which helps to create equl number of buckets