categorysteamapplink
Data source: steam-to-sqlite
19 rows where steam_app_pk = 73400
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,73400 | 1 1 | Portal 2: Community Edition 73400 |
2,73400 | 2 2 | Portal 2: Community Edition 73400 |
4,73400 | 4 4 | Portal 2: Community Edition 73400 |
5,73400 | 5 5 | Portal 2: Community Edition 73400 |
7,73400 | 7 7 | Portal 2: Community Edition 73400 |
8,73400 | 8 8 | Portal 2: Community Edition 73400 |
9,73400 | 9 9 | Portal 2: Community Edition 73400 |
10,73400 | 10 10 | Portal 2: Community Edition 73400 |
11,73400 | 11 11 | Portal 2: Community Edition 73400 |
12,73400 | 12 12 | Portal 2: Community Edition 73400 |
13,73400 | 13 13 | Portal 2: Community Edition 73400 |
14,73400 | 14 14 | Portal 2: Community Edition 73400 |
18,73400 | 18 18 | Portal 2: Community Edition 73400 |
19,73400 | 19 19 | Portal 2: Community Edition 73400 |
20,73400 | 20 20 | Portal 2: Community Edition 73400 |
24,73400 | 24 24 | Portal 2: Community Edition 73400 |
27,73400 | 27 27 | Portal 2: Community Edition 73400 |
29,73400 | 29 29 | Portal 2: Community Edition 73400 |
32,73400 | 32 32 | Portal 2: Community Edition 73400 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "categorysteamapplink" ( category_pk INTEGER NOT NULL, steam_app_pk INTEGER NOT NULL, PRIMARY KEY (category_pk, steam_app_pk), FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk), FOREIGN KEY(category_pk) REFERENCES category (pk) );