home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 7404

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
13947 13947 7404 7404 PubChem (compound) 1 316575 316575 1
315318 315318 7404 7404 PubChem (substance) 2 316575 316575 1
702320 702320 7404 7404 PubChem (substance) 2 335110 335110 2
702322 702322 7404 7404 PubChem (substance) 2 235470 235470 3
702324 702324 7404 7404 PubChem (substance) 2 263722 263722 4
948540 948540 7404 7404 CAS Common Chemistry 3 21758 21758 1
1147077 1147077 7404 7404 Computational Toxicology and Exposure Data 4 135288 135288 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 553.854ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website