Hi All, I have this table which stores all the requests made for a product along with the requester's ID. At the end of the day I would like to determine the most requested products. How can I query this database and retrievethe most request products in descending order without using any temporary table. Regards, Krishna