home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 115576

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
76429 76429 115576 115576 PubChem (compound) 1 54381 54381 1
404148 404148 115576 115576 PubChem (substance) 2 54381 54381 1
442534 442534 115576 115576 PubChem (substance) 2 5264 5264 4
781875 781875 115576 115576 PubChem (substance) 2 149093 149093 2
781876 781876 115576 115576 PubChem (substance) 2 169916 169916 3
1019180 1019180 115576 115576 CAS Common Chemistry 3 54381 54381 1
1221591 1221591 115576 115576 Computational Toxicology and Exposure Data 4 54381 54381 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 543.904ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website