home / zeropm-v0-0-4

api_results

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

8 rows where inchi_id = 112783

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
259159 259159 307521 307521 PubChem (compound) 1 112783 112783 1
643500 643500 307521 307521 PubChem (substance) 2 112783 112783 1
643501 643501 41638 41638 PubChem (substance) 2 112783 112783 4
1200236 1200236 41639 41639 Computational Toxicology and Exposure Data 4 112783 112783 1
1200237 1200237 191166 191166 Computational Toxicology and Exposure Data 4 112783 112783 1
1200238 1200238 307521 307521 Computational Toxicology and Exposure Data 4 112783 112783 1
1200239 1200239 41638 41638 Computational Toxicology and Exposure Data 4 112783 112783 1
1200240 1200240 424432 424432 Computational Toxicology and Exposure Data 4 112783 112783 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 553.91ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website