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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
26180 26180 374474 374474 PubChem (compound) 1 85223 85223 1
333165 333165 374474 374474 PubChem (substance) 2 85223 85223 1
495033 495033 374474 374474 PubChem (substance) 2 5390 5390 3
710422 710422 374474 374474 PubChem (substance) 2 186128 186128 2
957366 957366 374474 374474 CAS Common Chemistry 3 85223 85223 1
1157581 1157581 374474 374474 Computational Toxicology and Exposure Data 4 85223 85223 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 496.555ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website