home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

29 rows where steam_app_pk = 66933

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1529892 INTRO 87.3 BROK the InvestiGator 66933
1529893 CHAPTER1 49.4 BROK the InvestiGator 66933
1529894 SWIM 43.5 BROK the InvestiGator 66933
1529895 CHAPTER2 41.6 BROK the InvestiGator 66933
1529896 HEALTHCHECKUP 39.2 BROK the InvestiGator 66933
1529897 CHAPTER3 34.7 BROK the InvestiGator 66933
1529898 MATERIALS 30.2 BROK the InvestiGator 66933
1529899 CHAPTER4 31.8 BROK the InvestiGator 66933
1529900 CHAPTER5 30.4 BROK the InvestiGator 66933
1529901 CHAPTER6 27.6 BROK the InvestiGator 66933
1529902 BESTSTUDENT 19.1 BROK the InvestiGator 66933
1529903 TRAMPSAVER 11.5 BROK the InvestiGator 66933
1529904 CHIPMUNK 11.3 BROK the InvestiGator 66933
1529905 BEARCOP 9.8 BROK the InvestiGator 66933
1529906 WAKEUPHUSH 11.4 BROK the InvestiGator 66933
1529907 HIGHWAYSURVIVE 9.0 BROK the InvestiGator 66933
1529908 FOODTHIEF 9.8 BROK the InvestiGator 66933
1529909 PIANOMUSIC 7.6 BROK the InvestiGator 66933
1529910 LOCKERENDING 10.3 BROK the InvestiGator 66933
1529911 SUMMARYFULL 4.8 BROK the InvestiGator 66933
1529912 PILLSLOVER 7.1 BROK the InvestiGator 66933
1529913 TOILETSMAN 5.7 BROK the InvestiGator 66933
1529914 ADS 6.3 BROK the InvestiGator 66933
1529915 PUSHY 5.7 BROK the InvestiGator 66933
1529916 MAINENDINGS 5.0 BROK the InvestiGator 66933
1529917 BEDS 3.8 BROK the InvestiGator 66933
1529918 PACIFIST 2.8 BROK the InvestiGator 66933
1529919 TABLES 3.0 BROK the InvestiGator 66933
1529920 WORSTDETECTIVE 2.1 BROK the InvestiGator 66933

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