home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 6

✎ View and edit SQL

This data as json, CSV (advanced)

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

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