home / zeropm-v0-0-4

api_results

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

7 rows where inchi_id = 60901

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
783164 783164 117651 117651 PubChem (substance) 2 60901 60901 2
783165 783165 400246 400246 PubChem (substance) 2 60901 60901 2
783166 783166 117652 117652 PubChem (substance) 2 60901 60901 2
1038061 1038061 117651 117651 CAS Common Chemistry 3 60901 60901 1
1038062 1038062 117652 117652 CAS Common Chemistry 3 60901 60901 1
1241050 1241050 117652 117652 Computational Toxicology and Exposure Data 4 60901 60901 1
1241051 1241051 117651 117651 Computational Toxicology and Exposure Data 4 60901 60901 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 1446.354ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website