home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

5 rows where steam_app_pk = 1993

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1507965 Apprentice Training Classes - Level 1 8.8 RealFlight Trainer Edition 1993
1507966 Habu Training Classes - Level 1 5.9 RealFlight Trainer Edition 1993
1507967 Logbook - 4 Hours 19.4 RealFlight Trainer Edition 1993
1507968 Logbook - 2 Hours 30.9 RealFlight Trainer Edition 1993
1507969 AeroScout Training Classes - Level 1 11.9 RealFlight Trainer Edition 1993

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