home / zeropm-v0-0-4

api_results

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

23 rows where inchi_id = 62798

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
41639 41639 18762 18762 PubChem (compound) 1 62798 62798 1
41640 41640 18763 18763 PubChem (compound) 1 62798 62798 1
41641 41641 117848 117848 PubChem (compound) 1 62798 62798 1
41642 41642 438324 438324 PubChem (compound) 1 62798 62798 1
355003 355003 18977 18977 PubChem (substance) 2 62798 62798 2
355004 355004 18762 18762 PubChem (substance) 2 62798 62798 1
355005 355005 438324 438324 PubChem (substance) 2 62798 62798 1
355006 355006 118736 118736 PubChem (substance) 2 62798 62798 2
355007 355007 261490 261490 PubChem (substance) 2 62798 62798 1
355008 355008 18763 18763 PubChem (substance) 2 62798 62798 1
355009 355009 117848 117848 PubChem (substance) 2 62798 62798 1
717697 717697 18762 18762 PubChem (substance) 2 62798 62798 3
717698 717698 117848 117848 PubChem (substance) 2 62798 62798 4
717699 717699 18762 18762 PubChem (substance) 2 62798 62798 4
717700 717700 118736 118736 PubChem (substance) 2 62798 62798 3
717701 717701 117848 117848 PubChem (substance) 2 62798 62798 3
968622 968622 18762 18762 CAS Common Chemistry 3 62798 62798 1
968623 968623 405298 405298 CAS Common Chemistry 3 62798 62798 1
968624 968624 117848 117848 CAS Common Chemistry 3 62798 62798 1
968625 968625 18763 18763 CAS Common Chemistry 3 62798 62798 1
1170736 1170736 18762 18762 Computational Toxicology and Exposure Data 4 62798 62798 1
1170737 1170737 117848 117848 Computational Toxicology and Exposure Data 4 62798 62798 1
1170738 1170738 438324 438324 Computational Toxicology and Exposure Data 4 62798 62798 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 2266.761ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website