home / zeropm-v0-0-4

api_results

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

5 rows where query_id = 112012

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
131086 131086 112012 112012 PubChem (compound) 1 40361 40361 1
480247 480247 112012 112012 PubChem (substance) 2 40361 40361 1
617286 617286 112012 112012 PubChem (substance) 2 40143 40143 2
1033316 1033316 112012 112012 CAS Common Chemistry 3 40361 40361 1
1236268 1236268 112012 112012 Computational Toxicology and Exposure Data 4 40361 40361 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 420.615ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website