home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 2497

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,2497 1 1 Foxyland 2 2497
2,2497 2 2 Foxyland 2 2497
4,2497 4 4 Foxyland 2 2497
5,2497 5 5 Foxyland 2 2497
9,2497 9 9 Foxyland 2 2497
12,2497 12 12 Foxyland 2 2497
13,2497 13 13 Foxyland 2 2497
16,2497 16 16 Foxyland 2 2497
17,2497 17 17 Foxyland 2 2497
20,2497 20 20 Foxyland 2 2497
285,2497 285 285 Foxyland 2 2497

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