home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 32168

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
67067 67067 32168 32168 PubChem (compound) 1 112766 112766 1
391333 391333 32168 32168 PubChem (substance) 2 112766 112766 1
732467 732467 32168 32168 PubChem (substance) 2 17516 17516 2
732469 732469 32168 32168 PubChem (substance) 2 144203 144203 3
732470 732470 32168 32168 PubChem (substance) 2 17352 17352 4
987593 987593 32168 32168 CAS Common Chemistry 3 17352 17352 1
1190501 1190501 32168 32168 Computational Toxicology and Exposure Data 4 112766 112766 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 420.647ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website