home / zeropm-v0-0-4

api_results

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

13 rows where inchi_id = 26243

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
952882 952882 335814 335814 CAS Common Chemistry 3 26243 26243 1
952883 952883 10406 10406 CAS Common Chemistry 3 26243 26243 1
952884 952884 10407 10407 CAS Common Chemistry 3 26243 26243 1
952885 952885 164544 164544 CAS Common Chemistry 3 26243 26243 1
952886 952886 313459 313459 CAS Common Chemistry 3 26243 26243 1
1152188 1152188 335814 335814 Computational Toxicology and Exposure Data 4 26243 26243 1
1152189 1152189 335813 335813 Computational Toxicology and Exposure Data 4 26243 26243 1
1152190 1152190 10406 10406 Computational Toxicology and Exposure Data 4 26243 26243 1
1152191 1152191 313459 313459 Computational Toxicology and Exposure Data 4 26243 26243 1
1152192 1152192 10407 10407 Computational Toxicology and Exposure Data 4 26243 26243 1
1152193 1152193 356561 356561 Computational Toxicology and Exposure Data 4 26243 26243 1
1152194 1152194 90997 90997 Computational Toxicology and Exposure Data 4 26243 26243 1
1152195 1152195 164544 164544 Computational Toxicology and Exposure Data 4 26243 26243 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 2405.565ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website