home / zeropm-v0-0-4

api_results

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

14 rows where query_id = 329017

✎ 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
113557 113557 329017 329017 PubChem (compound) 1 92326 92326 2
262043 262043 329017 329017 PubChem (compound) 1 128324 128324 3
455834 455834 329017 329017 PubChem (substance) 2 128324 128324 1
455839 455839 329017 329017 PubChem (substance) 2 92326 92326 3
647570 647570 329017 329017 PubChem (substance) 2 128324 128324 8
662813 662813 329017 329017 PubChem (substance) 2 24706 24706 4
671965 671965 329017 329017 PubChem (substance) 2 248614 248614 2
761873 761873 329017 329017 PubChem (substance) 2 248897 248897 9
761877 761877 329017 329017 PubChem (substance) 2 153971 153971 7
908842 908842 329017 329017 PubChem (substance) 2 279930 279930 5
908843 908843 329017 329017 PubChem (substance) 2 248930 248930 6
1021179 1021179 329017 329017 CAS Common Chemistry 3 4370 4370 1
1223619 1223619 329017 329017 Computational Toxicology and Exposure Data 4 92326 92326 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 880.055ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website