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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
180116 180116 160884 160884 PubChem (compound) 1 21509 21509 1
544949 544949 160884 160884 PubChem (substance) 2 21509 21509 1
544955 544955 160884 160884 PubChem (substance) 2 139327 139327 2
1070450 1070450 160884 160884 CAS Common Chemistry 3 21509 21509 1
1271853 1271853 160884 160884 Computational Toxicology and Exposure Data 4 21509 21509 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 811.475ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website