home / zeropm-v0-0-4

api_results

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

17 rows where inchi_id = 20541

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
92906 92906 54470 54470 PubChem (compound) 1 20541 20541 1
92907 92907 54471 54471 PubChem (compound) 1 20541 20541 1
92908 92908 125987 125987 PubChem (compound) 1 20541 20541 1
92909 92909 439458 439458 PubChem (compound) 1 20541 20541 1
426920 426920 54471 54471 PubChem (substance) 2 20541 20541 1
426921 426921 54470 54470 PubChem (substance) 2 20541 20541 1
426922 426922 125987 125987 PubChem (substance) 2 20541 20541 1
426923 426923 62268 62268 PubChem (substance) 2 20541 20541 6
426924 426924 439458 439458 PubChem (substance) 2 20541 20541 1
1006999 1006999 54470 54470 CAS Common Chemistry 3 20541 20541 1
1007000 1007000 54471 54471 CAS Common Chemistry 3 20541 20541 1
1007001 1007001 125987 125987 CAS Common Chemistry 3 20541 20541 1
1007002 1007002 439458 439458 CAS Common Chemistry 3 20541 20541 1
1208927 1208927 54470 54470 Computational Toxicology and Exposure Data 4 20541 20541 1
1208928 1208928 125987 125987 Computational Toxicology and Exposure Data 4 20541 20541 1
1208929 1208929 54471 54471 Computational Toxicology and Exposure Data 4 20541 20541 1
1208930 1208930 439458 439458 Computational Toxicology and Exposure Data 4 20541 20541 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 3251.24ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website