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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
158416 158416 138229 138229 PubChem (compound) 1 49835 49835 1
516177 516177 138229 138229 PubChem (substance) 2 49835 49835 1
674765 674765 138229 138229 PubChem (substance) 2 128545 128545 2
1054048 1054048 138229 138229 CAS Common Chemistry 3 49835 49835 1
1256784 1256784 138229 138229 Computational Toxicology and Exposure Data 4 49835 49835 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 611.573ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website