home / zeropm-v0-0-4

api_results

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

7 rows where inchi_id = 119306

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
159858 159858 139658 139658 PubChem (compound) 1 119306 119306 1
159859 159859 139659 139659 PubChem (compound) 1 119306 119306 1
518098 518098 139658 139658 PubChem (substance) 2 119306 119306 1
518099 518099 139659 139659 PubChem (substance) 2 119306 119306 1
798350 798350 139658 139658 PubChem (substance) 2 119306 119306 2
1257845 1257845 139659 139659 Computational Toxicology and Exposure Data 4 119306 119306 1
1257846 1257846 139658 139658 Computational Toxicology and Exposure Data 4 119306 119306 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 857.17ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website