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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
137545 137545 232833 232833 PubChem (compound) 1 63227 63227 1
481028 481028 232833 232833 PubChem (substance) 2 43620 43620 3
488915 488915 232833 232833 PubChem (substance) 2 63227 63227 1
489407 489407 232833 232833 PubChem (substance) 2 68397 68397 2
1038289 1038289 232833 232833 CAS Common Chemistry 3 63227 63227 1
1241275 1241275 232833 232833 Computational Toxicology and Exposure Data 4 63227 63227 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 1817.825ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website