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 = 358201

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
117663 117663 358201 358201 PubChem (compound) 1 181101 181101 1
317158 317158 358201 358201 PubChem (substance) 2 16822 16822 5
461725 461725 358201 358201 PubChem (substance) 2 181101 181101 1
765472 765472 358201 358201 PubChem (substance) 2 251086 251086 2
765476 765476 358201 358201 PubChem (substance) 2 226763 226763 4
765479 765479 358201 358201 PubChem (substance) 2 225492 225492 3
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 434.795ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website