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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
32748 32748 15446 15446 PubChem (compound) 1 5544 5544 1
342308 342308 15446 15446 PubChem (substance) 2 5544 5544 1
342315 342315 15446 15446 PubChem (substance) 2 5545 5545 2
458778 458778 15446 15446 PubChem (substance) 2 177657 177657 3
962048 962048 15446 15446 CAS Common Chemistry 3 5544 5544 1
1163195 1163195 15446 15446 Computational Toxicology and Exposure Data 4 5544 5544 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 1762.623ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website