home / zeropm-v0-0-4

api_results

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

8 rows where inchi_id = 121260

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
1166035 1166035 16580 16580 Computational Toxicology and Exposure Data 4 121260 121260 1
1166036 1166036 404752 404752 Computational Toxicology and Exposure Data 4 121260 121260 1
1166037 1166037 16581 16581 Computational Toxicology and Exposure Data 4 121260 121260 1
1166038 1166038 437562 437562 Computational Toxicology and Exposure Data 4 121260 121260 1
1166039 1166039 311957 311957 Computational Toxicology and Exposure Data 4 121260 121260 1
1166040 1166040 111256 111256 Computational Toxicology and Exposure Data 4 121260 121260 1
1166041 1166041 359528 359528 Computational Toxicology and Exposure Data 4 121260 121260 1
1166042 1166042 87979 87979 Computational Toxicology and Exposure Data 4 121260 121260 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 1305.365ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website