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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
113552 113552 329017 329017 PubChem (compound) 1 128324 128324 1
113553 113553 83512 83512 PubChem (compound) 1 128324 128324 1
262043 262043 329017 329017 PubChem (compound) 1 128324 128324 3
262044 262044 329016 329016 PubChem (compound) 1 128324 128324 1
455831 455831 83512 83512 PubChem (substance) 2 128324 128324 1
455832 455832 298792 298792 PubChem (substance) 2 128324 128324 2
455833 455833 83507 83507 PubChem (substance) 2 128324 128324 2
455834 455834 329017 329017 PubChem (substance) 2 128324 128324 1
455835 455835 51802 51802 PubChem (substance) 2 128324 128324 3
647569 647569 83507 83507 PubChem (substance) 2 128324 128324 4
647570 647570 329017 329017 PubChem (substance) 2 128324 128324 8
647571 647571 329016 329016 PubChem (substance) 2 128324 128324 2
1223622 1223622 83516 83516 Computational Toxicology and Exposure Data 4 128324 128324 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 845.065ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website