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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
154630 154630 338473 338473 PubChem (compound) 1 41477 41477 1
299058 299058 338473 338473 PubChem (substance) 2 3185 3185 2
511302 511302 338473 338473 PubChem (substance) 2 41477 41477 1
911172 911172 338473 338473 PubChem (substance) 2 242111 242111 3
1051208 1051208 338473 338473 CAS Common Chemistry 3 41477 41477 1
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 794.259ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website