New Postgre Interview Questions :: ALLInterview.com http://www.allinterview.com New Postgre Interview Questions en-us how to find nth lowest salary http://www.allinterview.com/showanswers/67805.html For All SQL , Tested in PostgresSQL : Javedcc@gmail.com SELECT * FROM <Table_Name> A WHERE N = (SELECT COUNT(DISTINCT B.Column_Name ) FROM <Table_Name> B WHERE A.Column_Name >= B.Column_Name) when will data in the data base is updated http://www.allinterview.com/showanswers/16853.html when ever we use DML commands what is the advantage of RAID http://www.allinterview.com/showanswers/16852.html It maintains backups