home / zeropm-v0-0-4

api_results

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

9 rows where query_id = 301010

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
21263 21263 301010 301010 PubChem (compound) 1 28901 28901 1
325844 325844 301010 301010 PubChem (substance) 2 28901 28901 1
325932 325932 301010 301010 PubChem (substance) 2 28063 28063 2
383704 383704 301010 301010 PubChem (substance) 2 1614 1614 3
398166 398166 301010 301010 PubChem (substance) 2 188247 188247 4
712655 712655 301010 301010 PubChem (substance) 2 151469 151469 5
953850 953850 301010 301010 CAS Common Chemistry 3 28901 28901 2
983701 983701 301010 301010 CAS Common Chemistry 3 1614 1614 1
1153308 1153308 301010 301010 Computational Toxicology and Exposure Data 4 28901 28901 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 444.381ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website