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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
724233 724233 24789 24789 PubChem (substance) 2 248501 248501 5
724234 724234 24790 24790 PubChem (substance) 2 248501 248501 3
724235 724235 87916 87916 PubChem (substance) 2 248501 248501 2
724236 724236 139255 139255 PubChem (substance) 2 248501 248501 7
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 1047.503ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website