home / zeropm-v0-0-4

api_results

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

5 rows where query_id = 298788

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
257574 257574 298788 298788 PubChem (compound) 1 4366 4366 1
512453 512453 298788 298788 PubChem (substance) 2 43043 43043 2
641394 641394 298788 298788 PubChem (substance) 2 4366 4366 1
1112294 1112294 298788 298788 CAS Common Chemistry 3 4366 4366 1
1322930 1322930 298788 298788 Computational Toxicology and Exposure Data 4 4366 4366 1
CREATE TABLE [api_results] (
        [query_id] integer,
        [api_id] integer,
        [inchi_id] integer,
        [rank] integer,
        FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id),
        FOREIGN KEY (api_id) REFERENCES api_services(api_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 410.14ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website