home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

18 rows where steam_app_pk = 23297

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1636176 ACH_PROMOTION 84.8 Crush the Industry 23297
1636177 ACH_NECKBEARD 81.9 Crush the Industry 23297
1636178 ACH_FIRED 61.9 Crush the Industry 23297
1636179 ACH_CEODEFEAT_JACK 39.0 Crush the Industry 23297
1636180 ACH_QUEEN 22.7 Crush the Industry 23297
1636181 ACH_KING 23.3 Crush the Industry 23297
1636182 ACH_BIGTIME 19.0 Crush the Industry 23297
1636183 ACH_500DMG 7.8 Crush the Industry 23297
1636184 ACH_ACE 15.4 Crush the Industry 23297
1636185 ACH_PERFECT_TIMING 5.1 Crush the Industry 23297
1636186 ACH_HELL_ONE 1.1 Crush the Industry 23297
1636187 ACH_CHEAP 1.8 Crush the Industry 23297
1636188 ACH_FUNDAMENTAL 1.4 Crush the Industry 23297
1636189 ACH_NODMG 1.4 Crush the Industry 23297
1636190 ACH_HELL_TWO 0.5 Crush the Industry 23297
1636191 ACH_HARD_TIMES 1.6 Crush the Industry 23297
1936897 ACH_WILDCARD 13.4 Crush the Industry 23297
2117093 ACH_GOLDENGOD 0.3 Crush the Industry 23297

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