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 = 101849

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
1187470 1187470 29720 29720 Computational Toxicology and Exposure Data 4 101849 101849 1
1187471 1187471 29721 29721 Computational Toxicology and Exposure Data 4 101849 101849 1
1187472 1187472 99496 99496 Computational Toxicology and Exposure Data 4 101849 101849 1
1187473 1187473 99495 99495 Computational Toxicology and Exposure Data 4 101849 101849 1
1187474 1187474 350035 350035 Computational Toxicology and Exposure Data 4 101849 101849 1
1187475 1187475 318082 318082 Computational Toxicology and Exposure Data 4 101849 101849 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 694.822ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website