Hi Nitin,
You can go through the Window Functions available in SQL Script Guide link above by Charles
In SQLScript we have some commonly used Window functions like :
Rank
LEAD/LAG
NTILE/FIRST_VALUE/LAST_VALUE/NTH_VALUE
Aggregate functions
Weighted average
Linear approximation
Partitions functions
-Avinash