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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
98045 98045 58309 58309 PubChem (compound) 1 22537 22537 1
386931 386931 58309 58309 PubChem (substance) 2 9396 9396 2
434275 434275 58309 58309 PubChem (substance) 2 22537 22537 1
1010634 1010634 58309 58309 CAS Common Chemistry 3 22537 22537 1
1188177 1188177 58309 58309 Computational Toxicology and Exposure Data 4 9396 9396 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 477.3ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website