home / zeropm-v0-0-4

api_results

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

12 rows where inchi_id = 123863

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
1153367 1153367 11256 11256 Computational Toxicology and Exposure Data 4 123863 123863 1
1153368 1153368 11257 11257 Computational Toxicology and Exposure Data 4 123863 123863 1
1153369 1153369 62086 62086 Computational Toxicology and Exposure Data 4 123863 123863 1
1153370 1153370 90211 90211 Computational Toxicology and Exposure Data 4 123863 123863 1
1153371 1153371 90212 90212 Computational Toxicology and Exposure Data 4 123863 123863 1
1153372 1153372 90213 90213 Computational Toxicology and Exposure Data 4 123863 123863 1
1153373 1153373 90210 90210 Computational Toxicology and Exposure Data 4 123863 123863 1
1153374 1153374 308766 308766 Computational Toxicology and Exposure Data 4 123863 123863 1
1153375 1153375 435513 435513 Computational Toxicology and Exposure Data 4 123863 123863 1
1153376 1153376 361831 361831 Computational Toxicology and Exposure Data 4 123863 123863 1
1153377 1153377 115778 115778 Computational Toxicology and Exposure Data 4 123863 123863 1
1153378 1153378 361828 361828 Computational Toxicology and Exposure Data 4 123863 123863 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 1271.173ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website