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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
201178 201178 183089 183089 PubChem (compound) 1 50905 50905 1
572213 572213 183089 183089 PubChem (substance) 2 50905 50905 1
824463 824463 183089 183089 PubChem (substance) 2 172748 172748 3
824587 824587 183089 183089 PubChem (substance) 2 151514 151514 2
1084759 1084759 183089 183089 CAS Common Chemistry 3 50905 50905 1
1286397 1286397 183089 183089 Computational Toxicology and Exposure Data 4 100431 100431 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 441.416ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website