home / zeropm-v0-0-4

api_results

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

14 rows where inchi_id = 111793

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
56781 56781 25802 25802 PubChem (compound) 1 111793 111793 1
56782 56782 365385 365385 PubChem (compound) 1 111793 111793 1
56783 56783 25803 25803 PubChem (compound) 1 111793 111793 1
56784 56784 66620 66620 PubChem (compound) 1 111793 111793 1
56785 56785 140611 140611 PubChem (compound) 1 111793 111793 1
376050 376050 25802 25802 PubChem (substance) 2 111793 111793 1
376051 376051 66620 66620 PubChem (substance) 2 111793 111793 1
376052 376052 140611 140611 PubChem (substance) 2 111793 111793 1
376053 376053 19888 19888 PubChem (substance) 2 111793 111793 2
376054 376054 365385 365385 PubChem (substance) 2 111793 111793 1
376055 376055 25803 25803 PubChem (substance) 2 111793 111793 1
1182582 1182582 25803 25803 Computational Toxicology and Exposure Data 4 111793 111793 1
1182583 1182583 66620 66620 Computational Toxicology and Exposure Data 4 111793 111793 1
1182584 1182584 25802 25802 Computational Toxicology and Exposure Data 4 111793 111793 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 2358.962ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website