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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
285784 285784 414978 414978 PubChem (compound) 1 10759 10759 1
680066 680066 414978 414978 PubChem (substance) 2 10759 10759 1
934246 934246 414978 414978 PubChem (substance) 2 281063 281063 2
1126801 1126801 414978 414978 CAS Common Chemistry 3 10759 10759 1
1341192 1341192 414978 414978 Computational Toxicology and Exposure Data 4 10759 10759 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 471.822ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website