home / zeropm-v0-0-4

api_results

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

7 rows where inchi_id = 8080

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
169102 169102 149861 149861 PubChem (compound) 1 8080 8080 1
169103 169103 149862 149862 PubChem (compound) 1 8080 8080 1
530560 530560 149861 149861 PubChem (substance) 2 8080 8080 1
530561 530561 149862 149862 PubChem (substance) 2 8080 8080 1
1062270 1062270 149862 149862 CAS Common Chemistry 3 8080 8080 1
1062271 1062271 149861 149861 CAS Common Chemistry 3 8080 8080 1
1264376 1264376 149861 149861 Computational Toxicology and Exposure Data 4 8080 8080 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 464.639ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website