home / zeropm-v0-0-4

api_results

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

9 rows where inchi_id = 41747

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
154762 154762 134637 134637 PubChem (compound) 1 41747 41747 1
154763 154763 134638 134638 PubChem (compound) 1 41747 41747 1
511471 511471 134638 134638 PubChem (substance) 2 41747 41747 1
511472 511472 134637 134637 PubChem (substance) 2 41747 41747 1
511473 511473 135657 135657 PubChem (substance) 2 41747 41747 2
1051312 1051312 134638 134638 CAS Common Chemistry 3 41747 41747 1
1051313 1051313 134637 134637 CAS Common Chemistry 3 41747 41747 1
1254044 1254044 134638 134638 Computational Toxicology and Exposure Data 4 41747 41747 1
1254045 1254045 134637 134637 Computational Toxicology and Exposure Data 4 41747 41747 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 1384.272ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website