home / zeropm-v0-0-4

api_results

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

5 rows where inchi_id = 8032

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
282520 282520 401055 401055 PubChem (compound) 1 8032 8032 1
675594 675594 401055 401055 PubChem (substance) 2 8032 8032 1
932496 932496 401055 401055 PubChem (substance) 2 8032 8032 6
1124655 1124655 401055 401055 CAS Common Chemistry 3 8032 8032 1
1338658 1338658 401055 401055 Computational Toxicology and Exposure Data 4 8032 8032 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 484.294ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website