home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

35 rows where steam_app_pk = 67838

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
820047 ACH_1 96.4 Finding the Soul Orb 67838
820048 ACH_TOOL 83.5 Finding the Soul Orb 67838
820049 ACH_2 81.1 Finding the Soul Orb 67838
820050 ACH_FIRST 77.5 Finding the Soul Orb 67838
820051 ACH_DEMON_1 76.5 Finding the Soul Orb 67838
820052 ACH_1B 75.1 Finding the Soul Orb 67838
820053 ACH_3 73.7 Finding the Soul Orb 67838
820054 ACH_4 71.5 Finding the Soul Orb 67838
820055 ACH_DEMON_2 70.7 Finding the Soul Orb 67838
820056 ACH_2B 69.5 Finding the Soul Orb 67838
820057 ACH_5 66.1 Finding the Soul Orb 67838
820058 ACH_6 61.1 Finding the Soul Orb 67838
820059 ACH_DEMON_3 62.3 Finding the Soul Orb 67838
820060 ACH_4B 61.1 Finding the Soul Orb 67838
820061 ACH_UPGRADE 59.3 Finding the Soul Orb 67838
820062 ACH_DEMON_4 59.1 Finding the Soul Orb 67838
820063 ACH_7 57.9 Finding the Soul Orb 67838
820064 ACH_8 57.7 Finding the Soul Orb 67838
820065 ACH_DEMON_5 58.1 Finding the Soul Orb 67838
820066 ACH_9 56.1 Finding the Soul Orb 67838
820067 ACH_6B 55.9 Finding the Soul Orb 67838
820068 ACH_10 54.8 Finding the Soul Orb 67838
820069 ACH_5B 55.3 Finding the Soul Orb 67838
820070 ACH_11 53.4 Finding the Soul Orb 67838
820071 ACH_12 53.2 Finding the Soul Orb 67838
820072 ACH_END 51.3 Finding the Soul Orb 67838
820073 ACH_DEMON_9 50.3 Finding the Soul Orb 67838
820074 ACH_DEMON_7 50.2 Finding the Soul Orb 67838
820075 ACH_10B 50.8 Finding the Soul Orb 67838
820076 ACH_9B 49.1 Finding the Soul Orb 67838
820077 ACH_8B 49.7 Finding the Soul Orb 67838
820078 ACH_DEMON_10 48.1 Finding the Soul Orb 67838
820079 ACH_DEMON_8 43.7 Finding the Soul Orb 67838
820080 ACH_12B 42.7 Finding the Soul Orb 67838
820081 ACH_DEMON_6 39.0 Finding the Soul Orb 67838

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "achievement" (
	pk INTEGER NOT NULL, 
	name VARCHAR NOT NULL, 
	percent FLOAT NOT NULL, 
	steam_app_pk INTEGER, 
	PRIMARY KEY (pk), 
	FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk)
);
Powered by Datasette · Queries took 7764.549ms · Data source: steam-to-sqlite