Advice needed for modeling the financial year.
A database is currently being designed to store data relating to “Key Performance Indicators.” The data represents a budget, stretch and actual value for each month of the financial year. The types of queries to be preformed are:
SELECT Actual
FROM Values
WHERE KPI = 1
AND SYSDATE = Month/Year
Or
SELECT Budget, Stretch, Actual
FROM Values
WHERE KPI = 1
AND SYSDATE = Financial year
The problem is how to model the date/financial year. The structure determined* so far seem inappropriate and it is hope someone could offer advise to the best way.Happy to provide more clarification on request.
Sedulo,
Ian
*
ValueIDKPIIDBudget Actual Stretch Date
--
119897.5Jul-05

