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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
245610 245610 313521 313521 PubChem (compound) 1 25922 25922 1
472972 472972 313521 313521 PubChem (substance) 2 76378 76378 2
628100 628100 313521 313521 PubChem (substance) 2 25922 25922 1
1110441 1110441 313521 313521 CAS Common Chemistry 3 25922 25922 1
1316017 1316017 313521 313521 Computational Toxicology and Exposure Data 4 99224 99224 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 1057.153ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website