home / zeropm-v0-0-4

api_results

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

4 rows where query_id = 21022

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
46539 46539 21022 21022 PubChem (compound) 1 16198 16198 1
362130 362130 21022 21022 PubChem (substance) 2 16198 16198 1
971905 971905 21022 21022 CAS Common Chemistry 3 16198 16198 1
1174527 1174527 21022 21022 Computational Toxicology and Exposure Data 4 16198 16198 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 431.139ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website