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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
20809 20809 369063 369063 PubChem (compound) 1 68790 68790 1
325179 325179 369063 369063 PubChem (substance) 2 47109 47109 5
325210 325210 369063 369063 PubChem (substance) 2 68790 68790 1
527015 527015 369063 369063 PubChem (substance) 2 208229 208229 2
706473 706473 369063 369063 PubChem (substance) 2 68790 68790 3
916177 916177 369063 369063 PubChem (substance) 2 68790 68790 4
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 659.948ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website