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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
21673 21673 11373 11373 PubChem (compound) 1 52187 52187 1
326618 326618 11373 11373 PubChem (substance) 2 52187 52187 1
351296 351296 11373 11373 PubChem (substance) 2 170759 170759 3
656783 656783 11373 11373 PubChem (substance) 2 61076 61076 2
954202 954202 11373 11373 CAS Common Chemistry 3 52187 52187 1
1153733 1153733 11373 11373 Computational Toxicology and Exposure Data 4 52187 52187 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 465.488ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website