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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
10766 10766 301606 301606 PubChem (compound) 1 57829 57829 1
310812 310812 301606 301606 PubChem (substance) 2 57829 57829 1
333847 333847 301606 301606 PubChem (substance) 2 90499 90499 4
616489 616489 301606 301606 PubChem (substance) 2 91066 91066 2
700201 700201 301606 301606 PubChem (substance) 2 91090 91090 3
946112 946112 301606 301606 CAS Common Chemistry 3 57829 57829 1
1144212 1144212 301606 301606 Computational Toxicology and Exposure Data 4 101863 101863 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 1234.963ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website