achievement
Data source: steam-to-sqlite
8 rows where steam_app_pk = 210016
This data as json, CSV (advanced)
pk ▼ | name | percent | steam_app_pk |
---|---|---|---|
2016376 | NEW_ACHIEVEMENT_1_7 | 77.7 | Price of Knowledge 210016 |
2016377 | NEW_ACHIEVEMENT_1_5 | 100.0 | Price of Knowledge 210016 |
2016378 | NEW_ACHIEVEMENT_1_2 | 66.6 | Price of Knowledge 210016 |
2016379 | NEW_ACHIEVEMENT_1_1 | 100.0 | Price of Knowledge 210016 |
2016380 | NEW_ACHIEVEMENT_1_0 | 100.0 | Price of Knowledge 210016 |
2016381 | NEW_ACHIEVEMENT_1_6 | 55.5 | Price of Knowledge 210016 |
2016382 | NEW_ACHIEVEMENT_1_4 | 44.4 | Price of Knowledge 210016 |
2016383 | NEW_ACHIEVEMENT_1_8 | 44.4 | Price of Knowledge 210016 |
Advanced export
JSON shape: default, array, newline-delimited, object
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) );