home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

8 rows where steam_app_pk = 6322

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,6322 1 1 FlatOut: Ultimate Carnage Collector's Edition 6322
4,6322 4 4 FlatOut: Ultimate Carnage Collector's Edition 6322
5,6322 5 5 FlatOut: Ultimate Carnage Collector's Edition 6322
6,6322 6 6 FlatOut: Ultimate Carnage Collector's Edition 6322
7,6322 7 7 FlatOut: Ultimate Carnage Collector's Edition 6322
19,6322 19 19 FlatOut: Ultimate Carnage Collector's Edition 6322
36,6322 36 36 FlatOut: Ultimate Carnage Collector's Edition 6322
285,6322 285 285 FlatOut: Ultimate Carnage Collector's Edition 6322

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