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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
22841 22841 11756 11756 PubChem (compound) 1 74727 74727 1
328496 328496 11756 11756 PubChem (substance) 2 74727 74727 1
708937 708937 11756 11756 PubChem (substance) 2 163913 163913 2
708938 708938 11756 11756 PubChem (substance) 2 183226 183226 3
955008 955008 11756 11756 CAS Common Chemistry 3 74727 74727 1
1154835 1154835 11756 11756 Computational Toxicology and Exposure Data 4 74727 74727 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 1573.492ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website