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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
721366 721366 21967 21967 PubChem (substance) 2 138652 138652 8
721367 721367 59795 59795 PubChem (substance) 2 138652 138652 2
721368 721368 132786 132786 PubChem (substance) 2 138652 138652 2
721369 721369 311610 311610 PubChem (substance) 2 138652 138652 2
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 1303.45ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website