home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 424579

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
289433 289433 424579 424579 PubChem (compound) 1 63066 63066 1
389608 389608 424579 424579 PubChem (substance) 2 14275 14275 2
684589 684589 424579 424579 PubChem (substance) 2 63066 63066 1
935680 935680 424579 424579 PubChem (substance) 2 158560 158560 3
1129936 1129936 424579 424579 CAS Common Chemistry 3 63066 63066 1
1344400 1344400 424579 424579 Computational Toxicology and Exposure Data 4 63066 63066 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 1698.365ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website