home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

17 rows where steam_app_pk = 99073

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,99073 1 1 GWENT: The Witcher Card Game 99073
2,99073 2 2 GWENT: The Witcher Card Game 99073
4,99073 4 4 GWENT: The Witcher Card Game 99073
6,99073 6 6 GWENT: The Witcher Card Game 99073
14,99073 14 14 GWENT: The Witcher Card Game 99073
15,99073 15 15 GWENT: The Witcher Card Game 99073
16,99073 16 16 GWENT: The Witcher Card Game 99073
21,99073 21 21 GWENT: The Witcher Card Game 99073
26,99073 26 26 GWENT: The Witcher Card Game 99073
30,99073 30 30 GWENT: The Witcher Card Game 99073
287,99073 287 287 GWENT: The Witcher Card Game 99073
289,99073 289 289 GWENT: The Witcher Card Game 99073
290,99073 290 290 GWENT: The Witcher Card Game 99073
292,99073 292 292 GWENT: The Witcher Card Game 99073
295,99073 295 295 GWENT: The Witcher Card Game 99073
296,99073 296 296 GWENT: The Witcher Card Game 99073
299,99073 299 299 GWENT: The Witcher Card Game 99073

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
);
Powered by Datasette · Queries took 3924.663ms · Data source: steam-to-sqlite