home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

23 rows where steam_app_pk = 15040

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
173028 ACH_GETTING_STARTED 91.4 Zombie Desperation 15040
173029 ACH_KEEP_COMING 85.2 Zombie Desperation 15040
173030 ACH_NOT_THE_EXIT 84.8 Zombie Desperation 15040
173031 ACH_ZOMBIE_DESPERATION 79.1 Zombie Desperation 15040
173032 ACH_LONGER_MAGAZINE 80.3 Zombie Desperation 15040
173033 ACH_FREE_HUGS 79.7 Zombie Desperation 15040
173034 ACH_WHAT_IS_THAT 79.1 Zombie Desperation 15040
173035 ACH_THE_STICK 77.7 Zombie Desperation 15040
173036 ACH_NIGHTMARES 70.2 Zombie Desperation 15040
173037 ACH_HAAA 68.2 Zombie Desperation 15040
173038 ACH_GUTS 64.6 Zombie Desperation 15040
173039 ACH_CRISPY 65.3 Zombie Desperation 15040
173040 ACH_NEW_INTEL 63.8 Zombie Desperation 15040
173041 ACH_NO_END 61.9 Zombie Desperation 15040
173042 ACH_WAKE_ME_UP 60.5 Zombie Desperation 15040
173043 ACH_WHY_AM_I_HERE 53.3 Zombie Desperation 15040
173044 ACH_BOOM_BOOM 43.5 Zombie Desperation 15040
173045 ACH_NEED_LIGHT 41.7 Zombie Desperation 15040
173046 ACH_LET_ME_THROUGH 37.6 Zombie Desperation 15040
173047 ACH_FLYING_BODYPARTS 36.6 Zombie Desperation 15040
173048 ACH_NOT_HERE_TO_WORK 35.1 Zombie Desperation 15040
173049 ACH_KEEP_SHOOTING 34.3 Zombie Desperation 15040
173050 ACH_FULL_STORY 33.7 Zombie Desperation 15040

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