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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
363727 363727 294884 294884 PubChem (substance) 2 120621 120621 1
721063 721063 294884 294884 PubChem (substance) 2 22159 22159 3
721065 721065 294884 294884 PubChem (substance) 2 317665 317665 4
845220 845220 294884 294884 PubChem (substance) 2 184742 184742 2
972766 972766 294884 294884 CAS Common Chemistry 3 22159 22159 1
1175436 1175436 294884 294884 Computational Toxicology and Exposure Data 4 120621 120621 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 1115.461ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website