Find out nth highest salary from emp table
SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT (DISTINCT (b.sal)) FROM EMP BWHERE a.sal<=b.sal);
Enter value for n: 2
SAL
---------
3700
Mobile Programming is a blogging site from where you can learn different programming concept for Android and iPhone.
Upload UIImage as Base64 String (Upload UIImage as string) //Select Pic From Camera or Gallery @objc func btnPro...