home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 363460

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
38984 38984 363460 363460 PubChem (compound) 1 102368 102368 1
351365 351365 363460 363460 PubChem (substance) 2 102368 102368 1
716663 716663 363460 363460 PubChem (substance) 2 232867 232867 2
716671 716671 363460 363460 PubChem (substance) 2 248184 248184 3
956283 956283 363460 363460 CAS Common Chemistry 3 9859 9859 1
966537 966537 363460 363460 CAS Common Chemistry 3 51019 51019 2
1168428 1168428 363460 363460 Computational Toxicology and Exposure Data 4 102368 102368 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 481.472ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website