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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
276043 276043 386938 386938 PubChem (compound) 1 63358 63358 1
667281 667281 13833 13833 PubChem (substance) 2 63358 63358 5
667282 667282 782 782 PubChem (substance) 2 63358 63358 5
667283 667283 386938 386938 PubChem (substance) 2 63358 63358 1
667284 667284 346585 346585 PubChem (substance) 2 63358 63358 5
1121428 1121428 386938 386938 CAS Common Chemistry 3 63358 63358 1
1334427 1334427 386938 386938 Computational Toxicology and Exposure Data 4 63358 63358 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 790.532ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website