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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
175384 175384 156150 156150 PubChem (compound) 1 15883 15883 1
361795 361795 156150 156150 PubChem (substance) 2 15341 15341 2
538930 538930 156150 156150 PubChem (substance) 2 15883 15883 1
1066994 1066994 156150 156150 CAS Common Chemistry 3 15883 15883 1
1268616 1268616 156150 156150 Computational Toxicology and Exposure Data 4 15883 15883 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 479.328ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website