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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
138519 138519 118833 118833 PubChem (compound) 1 75746 75746 1
490197 490197 118833 118833 PubChem (substance) 2 75746 75746 1
658920 658920 118833 118833 PubChem (substance) 2 937 937 3
783906 783906 118833 118833 PubChem (substance) 2 147203 147203 2
1039069 1039069 118833 118833 CAS Common Chemistry 3 75746 75746 1
1242049 1242049 118833 118833 Computational Toxicology and Exposure Data 4 127324 127324 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 410.79ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website