home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

37 rows where steam_app_pk = 970

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1698581 PROLOGUE_COMPLETE 56.1 USC: Counterforce 970
1698582 SM_COMPLETE_01 11.1 USC: Counterforce 970
1698583 SM_COMPLETE_02 9.5 USC: Counterforce 970
1698584 SM_COMPLETE_03 7.4 USC: Counterforce 970
1698585 OP_COMPLETE_01 5.8 USC: Counterforce 970
1698586 RANK_01 5.6 USC: Counterforce 970
1698587 OP_COMPLETE_02 2.8 USC: Counterforce 970
1698588 SM_COMPLETE_04 1.8 USC: Counterforce 970
1698589 RANK_02 3.8 USC: Counterforce 970
1698590 OP_COMPLETE_03 1.2 USC: Counterforce 970
1698591 OP_COMPLETE_04 1.0 USC: Counterforce 970
1698592 SM_COMPLETE_07 0.5 USC: Counterforce 970
1698593 SM_COMPLETE_06 0.6 USC: Counterforce 970
1698594 SM_COMPLETE_05 1.0 USC: Counterforce 970
1698595 RANK_04 1.1 USC: Counterforce 970
1698596 RANK_03 2.3 USC: Counterforce 970
1698597 OP_COMPLETE_04_MASTER 0.2 USC: Counterforce 970
1698598 OP_COMPLETE_03_MASTER 0.2 USC: Counterforce 970
1698599 OP_COMPLETE_02_MASTER 0.3 USC: Counterforce 970
1698600 OP_COMPLETE_01_MASTER 0.4 USC: Counterforce 970
1698601 RANK_12 0.1 USC: Counterforce 970
1698602 RANK_11 0.1 USC: Counterforce 970
1698603 RANK_10 0.2 USC: Counterforce 970
1698604 RANK_09 0.2 USC: Counterforce 970
1698605 RANK_08 0.3 USC: Counterforce 970
1698606 RANK_07 0.3 USC: Counterforce 970
1698607 RANK_06 0.5 USC: Counterforce 970
1698608 RANK_05 0.7 USC: Counterforce 970
1919497 CAMPAIGN_COMPLETE_02 0.1 USC: Counterforce 970
1919498 CAMPAIGN_COMPLETE_01 0.3 USC: Counterforce 970
1919499 DTB_COMPLETE_02 0.2 USC: Counterforce 970
1919500 DTB_COMPLETE_01 0.5 USC: Counterforce 970
1919501 SM_COMPLETE_08 0.3 USC: Counterforce 970
1919502 OP_COMPLETE_06_MASTER 0.1 USC: Counterforce 970
1919503 OP_COMPLETE_06 0.2 USC: Counterforce 970
1919504 OP_COMPLETE_05_MASTER 0.1 USC: Counterforce 970
1919505 OP_COMPLETE_05 0.4 USC: Counterforce 970

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