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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
272772 272772 380716 380716 PubChem (compound) 1 203245 203245 1
446844 446844 380716 380716 PubChem (substance) 2 33146 33146 2
663203 663203 380716 380716 PubChem (substance) 2 203245 203245 1
922538 922538 380716 380716 PubChem (substance) 2 204340 204340 3
922539 922539 380716 380716 PubChem (substance) 2 212463 212463 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 467.9ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website