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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
40465 40465 239731 239731 PubChem (compound) 1 56950 56950 1
353387 353387 239731 239731 PubChem (substance) 2 56950 56950 1
499038 499038 239731 239731 PubChem (substance) 2 18193 18193 2
707281 707281 239731 239731 PubChem (substance) 2 27434 27434 3
967690 967690 239731 239731 CAS Common Chemistry 3 56950 56950 1
1169687 1169687 239731 239731 Computational Toxicology and Exposure Data 4 107773 107773 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 433.99ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website