home / zeropm-v0-0-4

api_results

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

6 rows where inchi_id = 17211

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
282989 282989 402477 402477 PubChem (compound) 1 17211 17211 1
676132 676132 4138 4138 PubChem (substance) 2 17211 17211 2
676133 676133 301175 301175 PubChem (substance) 2 17211 17211 2
676134 676134 402477 402477 PubChem (substance) 2 17211 17211 1
1124824 1124824 402477 402477 CAS Common Chemistry 3 17211 17211 1
1338968 1338968 402477 402477 Computational Toxicology and Exposure Data 4 17211 17211 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 1316.136ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website