home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 3609

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,3609 1 1 Super Motherload 3609
2,3609 2 2 Super Motherload 3609
4,3609 4 4 Super Motherload 3609
5,3609 5 5 Super Motherload 3609
6,3609 6 6 Super Motherload 3609
7,3609 7 7 Super Motherload 3609
13,3609 13 13 Super Motherload 3609
20,3609 20 20 Super Motherload 3609
25,3609 25 25 Super Motherload 3609
26,3609 26 26 Super Motherload 3609
28,3609 28 28 Super Motherload 3609
285,3609 285 285 Super Motherload 3609

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