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 = 351743

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
340857 340857 351743 351743 PubChem (substance) 2 119555 119555 2
340878 340878 351743 351743 PubChem (substance) 2 192603 192603 3
375147 375147 351743 351743 PubChem (substance) 2 194467 194467 1
712809 712809 351743 351743 PubChem (substance) 2 201331 201331 4
1162461 1162461 351743 351743 Computational Toxicology and Exposure Data 4 119555 119555 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 466.333ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website