home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 6695

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,6695 1 1 Unreal Tournament 3 X 6695
2,6695 2 2 Unreal Tournament 3 X 6695
4,6695 4 4 Unreal Tournament 3 X 6695
5,6695 5 5 Unreal Tournament 3 X 6695
9,6695 9 9 Unreal Tournament 3 X 6695
10,6695 10 10 Unreal Tournament 3 X 6695
11,6695 11 11 Unreal Tournament 3 X 6695
16,6695 16 16 Unreal Tournament 3 X 6695
21,6695 21 21 Unreal Tournament 3 X 6695
34,6695 34 34 Unreal Tournament 3 X 6695

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