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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
288301 288301 421987 421987 PubChem (compound) 1 54087 54087 1
366650 366650 421987 421987 PubChem (substance) 2 30594 30594 2
622435 622435 421987 421987 PubChem (substance) 2 92841 92841 3
683245 683245 421987 421987 PubChem (substance) 2 54087 54087 1
1128901 1128901 421987 421987 CAS Common Chemistry 3 54087 54087 1
1343345 1343345 421987 421987 Computational Toxicology and Exposure Data 4 54087 54087 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 430.685ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website