home / zeropm-v0-0-4

api_results

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

5 rows where query_id = 15943

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
344471 344471 15943 15943 PubChem (substance) 2 139918 139918 1
344477 344477 15943 15943 PubChem (substance) 2 9035 9035 2
344479 344479 15943 15943 PubChem (substance) 2 239315 239315 5
344489 344489 15943 15943 PubChem (substance) 2 218193 218193 4
344491 344491 15943 15943 PubChem (substance) 2 192039 192039 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 477.183ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website