home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 6835

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,6835 1 1 Arma 3 Zeus 6835
2,6835 2 2 Arma 3 Zeus 6835
3,6835 3 3 Arma 3 Zeus 6835
9,6835 9 9 Arma 3 Zeus 6835
10,6835 10 10 Arma 3 Zeus 6835
11,6835 11 11 Arma 3 Zeus 6835
15,6835 15 15 Arma 3 Zeus 6835
16,6835 16 16 Arma 3 Zeus 6835
18,6835 18 18 Arma 3 Zeus 6835
19,6835 19 19 Arma 3 Zeus 6835
21,6835 21 21 Arma 3 Zeus 6835
27,6835 27 27 Arma 3 Zeus 6835
34,6835 34 34 Arma 3 Zeus 6835

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