I have a relational as well as star schema data model and I want to query for following results.
- Total publications for each journal for each year
- Total publications of each author for each year
- Total publications of each author for each journal for each year
Here is the data models Star Schema Relational Model