home / zeropm-v0-0-4

api_results

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

13 rows where inchi_id = 10434

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
103476 103476 63149 63149 PubChem (compound) 1 10434 10434 1
103477 103477 63150 63150 PubChem (compound) 1 10434 10434 1
103478 103478 352336 352336 PubChem (compound) 1 10434 10434 1
442298 442298 63149 63149 PubChem (substance) 2 10434 10434 1
442299 442299 63150 63150 PubChem (substance) 2 10434 10434 1
442300 442300 352336 352336 PubChem (substance) 2 10434 10434 1
442301 442301 331408 331408 PubChem (substance) 2 10434 10434 2
1014232 1014232 63149 63149 CAS Common Chemistry 3 10434 10434 1
1014233 1014233 352336 352336 CAS Common Chemistry 3 10434 10434 1
1216380 1216380 63149 63149 Computational Toxicology and Exposure Data 4 10434 10434 1
1216381 1216381 331408 331408 Computational Toxicology and Exposure Data 4 10434 10434 1
1216382 1216382 63150 63150 Computational Toxicology and Exposure Data 4 10434 10434 1
1216383 1216383 352336 352336 Computational Toxicology and Exposure Data 4 10434 10434 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 1349.546ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website