\n","author":{"@type":"Person","name":"millennium_002"},"upvoteCount":-2,"answerCount":1,"acceptedAnswer":null}}
Reputation: 1
I need to create a database from a CiteScore file (the file contains 10 identical pages from different years). I already created it and added tables from this file and assigned a variable ID for the primary key, but I wonder how to create a relationship between the tables (the tables are identical, only the data is different).
I want to use this database to create a tabular and multidimensional model.
Link to the database file: https://drive.google.com/file/d/1P8H6g_xKIrY4qvjQxiNKENiquXwh7_g-/view?usp=sharing
Screenshot of one of the sheets
Upvotes: -2
Views: 63
Reputation: 89416
the file contains 10 identical pages from different years
Then add a Year column to the table and load all 10 pages into the same table.
Upvotes: 1