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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
81117 81117 192048 192048 PubChem (compound) 1 63492 63492 1
120519 120519 192048 192048 PubChem (compound) 1 193086 193086 2
410568 410568 192048 192048 PubChem (substance) 2 63492 63492 1
410573 410573 192048 192048 PubChem (substance) 2 63493 63493 3
465640 465640 192048 192048 PubChem (substance) 2 193086 193086 2
1200567 1200567 192048 192048 Computational Toxicology and Exposure Data 4 63492 63492 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 855.619ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website