home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

46 rows where steam_app_pk = 384

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
5988 ACH_028 83.0 Agatha Christie - Hercule Poirot: The First Cases 384
5989 ACH_042 73.9 Agatha Christie - Hercule Poirot: The First Cases 384
5990 ACH_035 71.7 Agatha Christie - Hercule Poirot: The First Cases 384
5991 ACH_031 70.7 Agatha Christie - Hercule Poirot: The First Cases 384
5992 ACH_013 70.6 Agatha Christie - Hercule Poirot: The First Cases 384
5993 ACH_01 70.1 Agatha Christie - Hercule Poirot: The First Cases 384
5994 ACH_037 58.1 Agatha Christie - Hercule Poirot: The First Cases 384
5995 ACH_02 57.4 Agatha Christie - Hercule Poirot: The First Cases 384
5996 ACH_043 57.3 Agatha Christie - Hercule Poirot: The First Cases 384
5997 ACH_019 55.9 Agatha Christie - Hercule Poirot: The First Cases 384
5998 ACH_014 54.9 Agatha Christie - Hercule Poirot: The First Cases 384
5999 ACH_03 51.9 Agatha Christie - Hercule Poirot: The First Cases 384
6000 ACH_015 51.4 Agatha Christie - Hercule Poirot: The First Cases 384
6001 ACH_04 50.5 Agatha Christie - Hercule Poirot: The First Cases 384
6002 ACH_034 49.2 Agatha Christie - Hercule Poirot: The First Cases 384
6003 ACH_041 49.0 Agatha Christie - Hercule Poirot: The First Cases 384
6004 ACH_016 49.2 Agatha Christie - Hercule Poirot: The First Cases 384
6005 ACH_05 48.8 Agatha Christie - Hercule Poirot: The First Cases 384
6006 ACH_012 47.5 Agatha Christie - Hercule Poirot: The First Cases 384
6007 ACH_046 47.5 Agatha Christie - Hercule Poirot: The First Cases 384
6008 ACH_033 46.6 Agatha Christie - Hercule Poirot: The First Cases 384
6009 ACH_06 46.5 Agatha Christie - Hercule Poirot: The First Cases 384
6010 ACH_044 45.4 Agatha Christie - Hercule Poirot: The First Cases 384
6011 ACH_038 45.5 Agatha Christie - Hercule Poirot: The First Cases 384
6012 ACH_036 45.0 Agatha Christie - Hercule Poirot: The First Cases 384
6013 ACH_017 45.2 Agatha Christie - Hercule Poirot: The First Cases 384
6014 ACH_040 44.8 Agatha Christie - Hercule Poirot: The First Cases 384
6015 ACH_07 44.7 Agatha Christie - Hercule Poirot: The First Cases 384
6016 ACH_039 44.3 Agatha Christie - Hercule Poirot: The First Cases 384
6017 ACH_018 43.9 Agatha Christie - Hercule Poirot: The First Cases 384
6018 ACH_011 43.9 Agatha Christie - Hercule Poirot: The First Cases 384
6019 ACH_08 44.0 Agatha Christie - Hercule Poirot: The First Cases 384
6020 ACH_045 43.9 Agatha Christie - Hercule Poirot: The First Cases 384
6021 ACH_032 43.8 Agatha Christie - Hercule Poirot: The First Cases 384
6022 ACH_027 43.7 Agatha Christie - Hercule Poirot: The First Cases 384
6023 ACH_09 43.7 Agatha Christie - Hercule Poirot: The First Cases 384
6024 ACH_029 43.3 Agatha Christie - Hercule Poirot: The First Cases 384
6025 ACH_010 43.2 Agatha Christie - Hercule Poirot: The First Cases 384
6026 ACH_021 39.1 Agatha Christie - Hercule Poirot: The First Cases 384
6027 ACH_020 29.7 Agatha Christie - Hercule Poirot: The First Cases 384
6028 ACH_024 23.3 Agatha Christie - Hercule Poirot: The First Cases 384
6029 ACH_030 23.1 Agatha Christie - Hercule Poirot: The First Cases 384
6030 ACH_025 22.0 Agatha Christie - Hercule Poirot: The First Cases 384
6031 ACH_023 13.5 Agatha Christie - Hercule Poirot: The First Cases 384
6032 ACH_022 10.1 Agatha Christie - Hercule Poirot: The First Cases 384
6033 ACH_026 5.6 Agatha Christie - Hercule Poirot: The First Cases 384

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