home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 300636

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
147821 147821 300636 300636 PubChem (compound) 1 12768 12768 1
502383 502383 300636 300636 PubChem (substance) 2 12768 12768 1
790613 790613 300636 300636 PubChem (substance) 2 24574 24574 2
799867 799867 300636 300636 PubChem (substance) 2 60942 60942 3
1065301 1065301 300636 300636 CAS Common Chemistry 3 12768 12768 1
1267110 1267110 300636 300636 Computational Toxicology and Exposure Data 4 12768 12768 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 750.347ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website