home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 105542

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
125482 125482 105542 105542 PubChem (compound) 1 74794 74794 1
472858 472858 105542 105542 PubChem (substance) 2 74794 74794 1
773418 773418 105542 105542 PubChem (substance) 2 138835 138835 2
773420 773420 105542 105542 PubChem (substance) 2 173726 173726 3
1029047 1029047 105542 105542 CAS Common Chemistry 3 74794 74794 1
1231897 1231897 105542 105542 Computational Toxicology and Exposure Data 4 123871 123871 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 520.485ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website