home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 5

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,5 1 1 ANIMALITY - Tiger Colour Pigments 5
2,5 2 2 ANIMALITY - Tiger Colour Pigments 5
3,5 3 3 ANIMALITY - Tiger Colour Pigments 5
4,5 4 4 ANIMALITY - Tiger Colour Pigments 5
5,5 5 5 ANIMALITY - Tiger Colour Pigments 5
6,5 6 6 ANIMALITY - Tiger Colour Pigments 5
8,5 8 8 ANIMALITY - Tiger Colour Pigments 5
9,5 9 9 ANIMALITY - Tiger Colour Pigments 5
12,5 12 12 ANIMALITY - Tiger Colour Pigments 5
13,5 13 13 ANIMALITY - Tiger Colour Pigments 5
20,5 20 20 ANIMALITY - Tiger Colour Pigments 5
285,5 285 285 ANIMALITY - Tiger Colour Pigments 5

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