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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
187647 187647 168916 168916 PubChem (compound) 1 31279 31279 1
554859 554859 168916 168916 PubChem (substance) 2 31279 31279 1
762363 762363 168916 168916 PubChem (substance) 2 151903 151903 2
1075487 1075487 168916 168916 CAS Common Chemistry 3 31279 31279 1
1276919 1276919 168916 168916 Computational Toxicology and Exposure Data 4 31279 31279 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 1905.249ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website