home / zeropm-v0-0-4

api_results

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

11 rows where query_id = 63149

✎ 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
442298 442298 63149 63149 PubChem (substance) 2 10434 10434 1
532983 532983 63149 63149 PubChem (substance) 2 104489 104489 7
648436 648436 63149 63149 PubChem (substance) 2 137442 137442 2
753748 753748 63149 63149 PubChem (substance) 2 173322 173322 3
753749 753749 63149 63149 PubChem (substance) 2 259314 259314 4
753750 753750 63149 63149 PubChem (substance) 2 239471 239471 5
753751 753751 63149 63149 PubChem (substance) 2 223564 223564 6
753752 753752 63149 63149 PubChem (substance) 2 173923 173923 8
1014232 1014232 63149 63149 CAS Common Chemistry 3 10434 10434 1
1216380 1216380 63149 63149 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 753.953ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website