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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
183166 183166 163937 163937 PubChem (compound) 1 25473 25473 1
548883 548883 163937 163937 PubChem (substance) 2 25473 25473 1
814223 814223 163937 163937 PubChem (substance) 2 143593 143593 2
814224 814224 163937 163937 PubChem (substance) 2 203809 203809 3
1072607 1072607 163937 163937 CAS Common Chemistry 3 25473 25473 1
1273957 1273957 163937 163937 Computational Toxicology and Exposure Data 4 121447 121447 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 1969.597ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website