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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
388093 388093 331512 331512 PubChem (substance) 2 11054 11054 2
388103 388103 331512 331512 PubChem (substance) 2 170642 170642 3
468531 468531 331512 331512 PubChem (substance) 2 139177 139177 1
468538 468538 331512 331512 PubChem (substance) 2 186692 186692 5
731232 731232 331512 331512 PubChem (substance) 2 139177 139177 6
731238 731238 331512 331512 PubChem (substance) 2 185154 185154 4
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 465.679ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website