home / zeropm-v0-0-4

api_results

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

19 rows where inchi_id = 15696

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
12418 12418 6612 6612 PubChem (compound) 1 15696 15696 1
12419 12419 332936 332936 PubChem (compound) 1 15696 15696 1
12420 12420 228312 228312 PubChem (compound) 1 15696 15696 1
12421 12421 6613 6613 PubChem (compound) 1 15696 15696 1
12422 12422 315334 315334 PubChem (compound) 1 15696 15696 1
313191 313191 6613 6613 PubChem (substance) 2 15696 15696 1
313192 313192 6612 6612 PubChem (substance) 2 15696 15696 1
313193 313193 315334 315334 PubChem (substance) 2 15696 15696 1
313194 313194 228312 228312 PubChem (substance) 2 15696 15696 1
313195 313195 185816 185816 PubChem (substance) 2 15696 15696 2
313196 313196 218348 218348 PubChem (substance) 2 15696 15696 1
313197 313197 332936 332936 PubChem (substance) 2 15696 15696 1
947370 947370 6612 6612 CAS Common Chemistry 3 15696 15696 1
947371 947371 332936 332936 CAS Common Chemistry 3 15696 15696 1
947372 947372 315334 315334 CAS Common Chemistry 3 15696 15696 1
1145691 1145691 6612 6612 Computational Toxicology and Exposure Data 4 15696 15696 1
1145692 1145692 332936 332936 Computational Toxicology and Exposure Data 4 15696 15696 1
1145693 1145693 52669 52669 Computational Toxicology and Exposure Data 4 15696 15696 1
1145694 1145694 315334 315334 Computational Toxicology and Exposure Data 4 15696 15696 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 1516.052ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website