home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 302815

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
21172 21172 302815 302815 PubChem (compound) 1 556 556 1
325730 325730 302815 302815 PubChem (substance) 2 556 556 1
706710 706710 302815 302815 PubChem (substance) 2 142417 142417 2
846355 846355 302815 302815 PubChem (substance) 2 321837 321837 3
953794 953794 302815 302815 CAS Common Chemistry 3 556 556 1
1153233 1153233 302815 302815 Computational Toxicology and Exposure Data 4 556 556 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 455.665ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website