home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

16 rows where steam_app_pk = 20235

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,20235 1 1 Cyberpunk 2077 20235
4,20235 4 4 Cyberpunk 2077 20235
5,20235 5 5 Cyberpunk 2077 20235
6,20235 6 6 Cyberpunk 2077 20235
7,20235 7 7 Cyberpunk 2077 20235
285,20235 285 285 Cyberpunk 2077 20235
287,20235 287 287 Cyberpunk 2077 20235
290,20235 290 290 Cyberpunk 2077 20235
291,20235 291 291 Cyberpunk 2077 20235
292,20235 292 292 Cyberpunk 2077 20235
294,20235 294 294 Cyberpunk 2077 20235
295,20235 295 295 Cyberpunk 2077 20235
296,20235 296 296 Cyberpunk 2077 20235
297,20235 297 297 Cyberpunk 2077 20235
298,20235 298 298 Cyberpunk 2077 20235
299,20235 299 299 Cyberpunk 2077 20235

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