home / zeropm-v0-0-4

api_results

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

6 rows where inchi_id = 102565

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
777542 777542 110933 110933 PubChem (substance) 2 102565 102565 3
777543 777543 336984 336984 PubChem (substance) 2 102565 102565 2
777544 777544 110932 110932 PubChem (substance) 2 102565 102565 3
777545 777545 186697 186697 PubChem (substance) 2 102565 102565 2
1235268 1235268 110933 110933 Computational Toxicology and Exposure Data 4 102565 102565 1
1235269 1235269 110932 110932 Computational Toxicology and Exposure Data 4 102565 102565 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 1329.082ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website