home / zeropm-v0-0-4

api_results

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

5 rows where query_id = 193499

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
210945 210945 193499 193499 PubChem (compound) 1 134231 134231 1
584875 584875 193499 193499 PubChem (substance) 2 134231 134231 1
829579 829579 193499 193499 PubChem (substance) 2 159884 159884 2
1091387 1091387 193499 193499 CAS Common Chemistry 3 64579 64579 1
1293144 1293144 193499 193499 Computational Toxicology and Exposure Data 4 134231 134231 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 1558.894ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website