home / zeropm-v0-0-4

api_results

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

8 rows where inchi_id = 187843

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
152212 152212 132157 132157 PubChem (compound) 1 187843 187843 1
152213 152213 132156 132156 PubChem (compound) 1 187843 187843 1
152214 152214 410822 410822 PubChem (compound) 1 187843 187843 1
152215 152215 311864 311864 PubChem (compound) 1 187843 187843 1
508187 508187 132157 132157 PubChem (substance) 2 187843 187843 1
508188 508188 132156 132156 PubChem (substance) 2 187843 187843 1
508189 508189 311864 311864 PubChem (substance) 2 187843 187843 1
508190 508190 410822 410822 PubChem (substance) 2 187843 187843 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 2462.131ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website