home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 130958

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
151035 151035 130958 130958 PubChem (compound) 1 32690 32690 1
483616 483616 130958 130958 PubChem (substance) 2 48702 48702 2
498698 498698 130958 130958 PubChem (substance) 2 17296 17296 3
506618 506618 130958 130958 PubChem (substance) 2 32690 32690 1
1048515 1048515 130958 130958 CAS Common Chemistry 3 32690 32690 1
1251343 1251343 130958 130958 Computational Toxicology and Exposure Data 4 32690 32690 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 418.061ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website