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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
156374 156374 136259 136259 PubChem (compound) 1 44222 44222 1
494668 494668 136259 136259 PubChem (substance) 2 4796 4796 2
513536 513536 136259 136259 PubChem (substance) 2 44222 44222 1
1052530 1052530 136259 136259 CAS Common Chemistry 3 44222 44222 1
1255251 1255251 136259 136259 Computational Toxicology and Exposure Data 4 127005 127005 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 531.809ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website