home / zeropm-v0-0-4

api_results

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

4 rows where inchi_id = 142522

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
699520 699520 5465 5465 PubChem (substance) 2 142522 142522 6
699521 699521 5467 5467 PubChem (substance) 2 142522 142522 3
699522 699522 11727 11727 PubChem (substance) 2 142522 142522 3
699523 699523 160697 160697 PubChem (substance) 2 142522 142522 3
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 453.214ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website