home / zeropm-v0-0-4

api_results

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

16 rows where query_id = 52683

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
90714 90714 52683 52683 PubChem (compound) 1 203658 203658 1
90715 90715 52683 52683 PubChem (compound) 1 256510 256510 2
90716 90716 52683 52683 PubChem (compound) 1 62526 62526 3
90717 90717 52683 52683 PubChem (compound) 1 257671 257671 4
424127 424127 52683 52683 PubChem (substance) 2 203658 203658 1
424130 424130 52683 52683 PubChem (substance) 2 256510 256510 2
424137 424137 52683 52683 PubChem (substance) 2 62526 62526 3
424138 424138 52683 52683 PubChem (substance) 2 257671 257671 4
662812 662812 52683 52683 PubChem (substance) 2 24706 24706 10
743939 743939 52683 52683 PubChem (substance) 2 269452 269452 5
743940 743940 52683 52683 PubChem (substance) 2 264762 264762 6
743942 743942 52683 52683 PubChem (substance) 2 307714 307714 7
743943 743943 52683 52683 PubChem (substance) 2 262055 262055 8
743944 743944 52683 52683 PubChem (substance) 2 265971 265971 9
1005352 1005352 52683 52683 CAS Common Chemistry 3 62526 62526 1
1207257 1207257 52683 52683 Computational Toxicology and Exposure Data 4 118621 118621 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 1150.299ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website