Retrieving the last values from the database – should the results be sorted? – Asp.net
The database stores the currency exchange rate on a given day. Each day, one currency exchange value is collected and stored in the database as: ID (int, AI) VALUE DATE 1 2.5 20.01.2021 2 2.7 21.01.2021 3 2.6 22.01.2021 If…