home / zeropm-v0-0-4

api_results

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

7 rows where inchi_id = 36758

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
247413 247413 255380 255380 PubChem (compound) 1 36758 36758 1
247414 247414 255381 255381 PubChem (compound) 1 36758 36758 1
630213 630213 255380 255380 PubChem (substance) 2 36758 36758 1
630214 630214 255381 255381 PubChem (substance) 2 36758 36758 1
630215 630215 234878 234878 PubChem (substance) 2 36758 36758 2
1110764 1110764 255380 255380 CAS Common Chemistry 3 36758 36758 1
1317021 1317021 255380 255380 Computational Toxicology and Exposure Data 4 36758 36758 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 908.239ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website