home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

45 rows where steam_app_pk = 127573

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1609184 PFA_1 93.9 Hogwarts Legacy 127573
1609185 PFA_6 88.0 Hogwarts Legacy 127573
1609186 PFA_7 81.9 Hogwarts Legacy 127573
1609187 PFA_23 77.0 Hogwarts Legacy 127573
1609188 PFA_30 66.9 Hogwarts Legacy 127573
1609189 PFA_8 61.0 Hogwarts Legacy 127573
1609190 PFA_35 50.6 Hogwarts Legacy 127573
1609191 PFA_2 25.2 Hogwarts Legacy 127573
1609192 PFA_24 51.8 Hogwarts Legacy 127573
1609193 PFA_5 22.2 Hogwarts Legacy 127573
1609194 PFA_4 20.9 Hogwarts Legacy 127573
1609195 PFA_21 43.4 Hogwarts Legacy 127573
1609196 PFA_42 28.8 Hogwarts Legacy 127573
1609197 PFA_3 13.4 Hogwarts Legacy 127573
1609198 PFA_16 41.3 Hogwarts Legacy 127573
1609199 PFA_44 36.0 Hogwarts Legacy 127573
1609200 PFA_27 20.0 Hogwarts Legacy 127573
1609201 PFA_39 37.1 Hogwarts Legacy 127573
1609202 PFA_25 24.4 Hogwarts Legacy 127573
1609203 PFA_28 15.5 Hogwarts Legacy 127573
1609204 PFA_12 34.9 Hogwarts Legacy 127573
1609205 PFA_41 20.6 Hogwarts Legacy 127573
1609206 PFA_29 21.7 Hogwarts Legacy 127573
1609207 PFA_19 25.3 Hogwarts Legacy 127573
1609208 PFA_9 27.5 Hogwarts Legacy 127573
1609209 PFA_11 30.6 Hogwarts Legacy 127573
1609210 PFA_10 30.4 Hogwarts Legacy 127573
1609211 PFA_45 6.7 Hogwarts Legacy 127573
1609212 PFA_13 28.7 Hogwarts Legacy 127573
1609213 PFA_18 22.8 Hogwarts Legacy 127573
1609214 PFA_32 14.7 Hogwarts Legacy 127573
1609215 PFA_33 7.4 Hogwarts Legacy 127573
1609216 PFA_17 20.4 Hogwarts Legacy 127573
1609217 PFA_15 21.2 Hogwarts Legacy 127573
1609218 PFA_40 6.3 Hogwarts Legacy 127573
1609219 PFA_31 6.4 Hogwarts Legacy 127573
1609220 PFA_14 16.2 Hogwarts Legacy 127573
1609221 PFA_36 7.7 Hogwarts Legacy 127573
1609222 PFA_34 10.4 Hogwarts Legacy 127573
1609223 PFA_43 5.2 Hogwarts Legacy 127573
1609224 PFA_38 11.4 Hogwarts Legacy 127573
1609225 PFA_37 4.2 Hogwarts Legacy 127573
1609226 PFA_26 3.8 Hogwarts Legacy 127573
1609227 PFA_22 2.3 Hogwarts Legacy 127573
1609228 PFA_20 6.3 Hogwarts Legacy 127573

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