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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
3200 3200 102825 102825 PubChem (compound) 1 80075 80075 1
299982 299982 102825 102825 PubChem (substance) 2 80075 80075 1
694574 694574 102825 102825 PubChem (substance) 2 284761 284761 2
694577 694577 102825 102825 PubChem (substance) 2 200638 200638 3
940413 940413 102825 102825 CAS Common Chemistry 3 80075 80075 1
1137576 1137576 102825 102825 Computational Toxicology and Exposure Data 4 80075 80075 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 430.634ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website