home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 237936

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,237936 1 1 Race Jam 237936
2,237936 2 2 Race Jam 237936
4,237936 4 4 Race Jam 237936
5,237936 5 5 Race Jam 237936
13,237936 13 13 Race Jam 237936
16,237936 16 16 Race Jam 237936
17,237936 17 17 Race Jam 237936
285,237936 285 285 Race Jam 237936
287,237936 287 287 Race Jam 237936
288,237936 288 288 Race Jam 237936
290,237936 290 290 Race Jam 237936
295,237936 295 295 Race Jam 237936
297,237936 297 297 Race Jam 237936
300,237936 300 300 Race Jam 237936

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