home / zeropm-v0-0-4

api_results

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

12 rows where query_id = 11830

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
23045 23045 11830 11830 PubChem (compound) 1 75435 75435 1
328776 328776 11830 11830 PubChem (substance) 2 75435 75435 1
653872 653872 11830 11830 PubChem (substance) 2 171213 171213 3
709020 709020 11830 11830 PubChem (substance) 2 208530 208530 2
709025 709025 11830 11830 PubChem (substance) 2 195604 195604 4
709032 709032 11830 11830 PubChem (substance) 2 208531 208531 5
709037 709037 11830 11830 PubChem (substance) 2 198331 198331 6
709038 709038 11830 11830 PubChem (substance) 2 291896 291896 7
709039 709039 11830 11830 PubChem (substance) 2 310261 310261 8
709040 709040 11830 11830 PubChem (substance) 2 326635 326635 9
955139 955139 11830 11830 CAS Common Chemistry 3 75435 75435 1
1155008 1155008 11830 11830 Computational Toxicology and Exposure Data 4 75435 75435 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 1283.331ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website