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 = 91113

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
102617 102617 62266 62266 PubChem (compound) 1 91113 91113 1
102618 102618 62267 62267 PubChem (compound) 1 91113 91113 1
102619 102619 408590 408590 PubChem (compound) 1 91113 91113 1
102620 102620 62267 62267 PubChem (compound) 1 91113 91113 2
440918 440918 120615 120615 PubChem (substance) 2 91113 91113 1
440919 440919 62266 62266 PubChem (substance) 2 91113 91113 1
440920 440920 133288 133288 PubChem (substance) 2 91113 91113 5
440921 440921 408590 408590 PubChem (substance) 2 91113 91113 1
440922 440922 62267 62267 PubChem (substance) 2 91113 91113 1
440923 440923 62267 62267 PubChem (substance) 2 91113 91113 2
440924 440924 62266 62266 PubChem (substance) 2 91113 91113 2
752675 752675 62266 62266 PubChem (substance) 2 91113 91113 4
752676 752676 133288 133288 PubChem (substance) 2 91113 91113 7
1013706 1013706 62266 62266 CAS Common Chemistry 3 91113 91113 1
1013707 1013707 120615 120615 CAS Common Chemistry 3 91113 91113 1
1013708 1013708 117375 117375 CAS Common Chemistry 3 91113 91113 1
1013709 1013709 62267 62267 CAS Common Chemistry 3 91113 91113 1
1013710 1013710 408590 408590 CAS Common Chemistry 3 91113 91113 1
1215871 1215871 408590 408590 Computational Toxicology and Exposure Data 4 91113 91113 1
1215872 1215872 62266 62266 Computational Toxicology and Exposure Data 4 91113 91113 1
1215873 1215873 120615 120615 Computational Toxicology and Exposure Data 4 91113 91113 1
1215874 1215874 62267 62267 Computational Toxicology and Exposure Data 4 91113 91113 1
1215875 1215875 117375 117375 Computational Toxicology and Exposure Data 4 91113 91113 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 2029.984ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website