home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

24 rows where steam_app_pk = 11467

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,11467 1 1 BallisticNG 11467
2,11467 2 2 BallisticNG 11467
4,11467 4 4 BallisticNG 11467
5,11467 5 5 BallisticNG 11467
6,11467 6 6 BallisticNG 11467
7,11467 7 7 BallisticNG 11467
8,11467 8 8 BallisticNG 11467
13,11467 13 13 BallisticNG 11467
14,11467 14 14 BallisticNG 11467
16,11467 16 16 BallisticNG 11467
17,11467 17 17 BallisticNG 11467
19,11467 19 19 BallisticNG 11467
20,11467 20 20 BallisticNG 11467
21,11467 21 21 BallisticNG 11467
27,11467 27 27 BallisticNG 11467
34,11467 34 34 BallisticNG 11467
283,11467 283 283 BallisticNG 11467
285,11467 285 285 BallisticNG 11467
287,11467 287 287 BallisticNG 11467
288,11467 288 288 BallisticNG 11467
292,11467 292 292 BallisticNG 11467
294,11467 294 294 BallisticNG 11467
295,11467 295 295 BallisticNG 11467
297,11467 297 297 BallisticNG 11467

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