home / zeropm-v0-0-4

api_results

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

6 rows where inchi_id = 112349

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
1163941 1163941 15748 15748 Computational Toxicology and Exposure Data 4 112349 112349 1
1163942 1163942 109392 109392 Computational Toxicology and Exposure Data 4 112349 112349 1
1163943 1163943 350696 350696 Computational Toxicology and Exposure Data 4 112349 112349 1
1163944 1163944 15749 15749 Computational Toxicology and Exposure Data 4 112349 112349 1
1163945 1163945 231333 231333 Computational Toxicology and Exposure Data 4 112349 112349 1
1163946 1163946 437163 437163 Computational Toxicology and Exposure Data 4 112349 112349 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 1039.121ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website