home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 7618

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,7618 1 1 Call of Duty®: Ghosts - Hesh Special Character 7618
2,7618 2 2 Call of Duty®: Ghosts - Hesh Special Character 7618
3,7618 3 3 Call of Duty®: Ghosts - Hesh Special Character 7618
4,7618 4 4 Call of Duty®: Ghosts - Hesh Special Character 7618
5,7618 5 5 Call of Duty®: Ghosts - Hesh Special Character 7618
7,7618 7 7 Call of Duty®: Ghosts - Hesh Special Character 7618
8,7618 8 8 Call of Duty®: Ghosts - Hesh Special Character 7618
9,7618 9 9 Call of Duty®: Ghosts - Hesh Special Character 7618
22,7618 22 22 Call of Duty®: Ghosts - Hesh Special Character 7618
285,7618 285 285 Call of Duty®: Ghosts - Hesh Special Character 7618

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 1350.225ms · Data source: steam-to-sqlite