home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 384341

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
274360 274360 384341 384341 PubChem (compound) 1 129637 129637 1
665153 665153 384341 384341 PubChem (substance) 2 129637 129637 1
763589 763589 384341 384341 PubChem (substance) 2 5002 5002 3
923788 923788 384341 384341 PubChem (substance) 2 270300 270300 2
923789 923789 384341 384341 PubChem (substance) 2 276450 276450 4
1120724 1120724 384341 384341 CAS Common Chemistry 3 5002 5002 1
1332963 1332963 384341 384341 Computational Toxicology and Exposure Data 4 129637 129637 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 596.841ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website