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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
247413 247413 255380 255380 PubChem (compound) 1 36758 36758 1
620118 620118 255380 255380 PubChem (substance) 2 20529 20529 2
630213 630213 255380 255380 PubChem (substance) 2 36758 36758 1
1110764 1110764 255380 255380 CAS Common Chemistry 3 36758 36758 1
1317021 1317021 255380 255380 Computational Toxicology and Exposure Data 4 36758 36758 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 425.77ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website