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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
129137 129137 110099 110099 PubChem (compound) 1 10958 10958 1
336577 336577 110099 110099 PubChem (substance) 2 701 701 3
477648 477648 110099 110099 PubChem (substance) 2 10958 10958 1
533751 533751 110099 110099 PubChem (substance) 2 10764 10764 2
1031777 1031777 110099 110099 CAS Common Chemistry 3 10958 10958 1
1234675 1234675 110099 110099 Computational Toxicology and Exposure Data 4 10958 10958 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 510.704ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website