home / zeropm-v0-0-4

api_results

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

11 rows where inchi_id = 90255

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
10196 10196 5474 5474 PubChem (compound) 1 90255 90255 1
10197 10197 301680 301680 PubChem (compound) 1 90255 90255 1
10198 10198 120458 120458 PubChem (compound) 1 90255 90255 1
310035 310035 120458 120458 PubChem (substance) 2 90255 90255 1
310036 310036 5474 5474 PubChem (substance) 2 90255 90255 1
310037 310037 301680 301680 PubChem (substance) 2 90255 90255 1
945709 945709 301680 301680 CAS Common Chemistry 3 90255 90255 3
945710 945710 5474 5474 CAS Common Chemistry 3 90255 90255 1
945711 945711 120458 120458 CAS Common Chemistry 3 90255 90255 1
1143719 1143719 5474 5474 Computational Toxicology and Exposure Data 4 90255 90255 1
1143720 1143720 120458 120458 Computational Toxicology and Exposure Data 4 90255 90255 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 460.804ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website