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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
28805 28805 346880 346880 PubChem (compound) 1 1110 1110 1
304610 304610 346880 346880 PubChem (substance) 2 1112 1112 2
336622 336622 346880 346880 PubChem (substance) 2 1110 1110 1
756938 756938 346880 346880 PubChem (substance) 2 205535 205535 3
959326 959326 346880 346880 CAS Common Chemistry 3 1110 1110 1
1159841 1159841 346880 346880 Computational Toxicology and Exposure Data 4 1110 1110 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 778.904ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website