home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 369059

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
22481 22481 369059 369059 PubChem (compound) 1 68379 68379 1
327984 327984 369059 369059 PubChem (substance) 2 68379 68379 1
341180 341180 369059 369059 PubChem (substance) 2 32888 32888 2
672608 672608 369059 369059 PubChem (substance) 2 167521 167521 3
954726 954726 369059 369059 CAS Common Chemistry 3 68379 68379 1
1154440 1154440 369059 369059 Computational Toxicology and Exposure Data 4 68379 68379 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 469.523ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website