home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 23297

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,23297 1 1 Crush the Industry 23297
4,23297 4 4 Crush the Industry 23297
5,23297 5 5 Crush the Industry 23297
7,23297 7 7 Crush the Industry 23297
285,23297 285 285 Crush the Industry 23297
287,23297 287 287 Crush the Industry 23297
288,23297 288 288 Crush the Industry 23297
289,23297 289 289 Crush the Industry 23297
290,23297 290 290 Crush the Industry 23297
291,23297 291 291 Crush the Industry 23297
295,23297 295 295 Crush the Industry 23297
297,23297 297 297 Crush the Industry 23297

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