home / zeropm-v0-0-4

api_results

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

16 rows where inchi_id = 59940

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
9582 9582 5138 5138 PubChem (compound) 1 59940 59940 1
9583 9583 18688 18688 PubChem (compound) 1 59940 59940 1
9584 9584 5139 5139 PubChem (compound) 1 59940 59940 1
9585 9585 117499 117499 PubChem (compound) 1 59940 59940 1
308905 308905 5139 5139 PubChem (substance) 2 59940 59940 1
308906 308906 5138 5138 PubChem (substance) 2 59940 59940 1
308907 308907 117499 117499 PubChem (substance) 2 59940 59940 1
308908 308908 18688 18688 PubChem (substance) 2 59940 59940 1
945257 945257 5139 5139 CAS Common Chemistry 3 59940 59940 1
945258 945258 5138 5138 CAS Common Chemistry 3 59940 59940 1
945259 945259 18688 18688 CAS Common Chemistry 3 59940 59940 1
945260 945260 117499 117499 CAS Common Chemistry 3 59940 59940 1
1143213 1143213 5138 5138 Computational Toxicology and Exposure Data 4 59940 59940 1
1143214 1143214 117499 117499 Computational Toxicology and Exposure Data 4 59940 59940 1
1143215 1143215 5139 5139 Computational Toxicology and Exposure Data 4 59940 59940 1
1143216 1143216 18688 18688 Computational Toxicology and Exposure Data 4 59940 59940 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 1963.711ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website