home / zeropm-v0-0-4

api_results

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

8 rows where query_id = 337813

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
36141 36141 337813 337813 PubChem (compound) 1 133163 133163 2
264221 264221 337813 337813 PubChem (compound) 1 184959 184959 1
347351 347351 337813 337813 PubChem (substance) 2 133163 133163 2
650976 650976 337813 337813 PubChem (substance) 2 184959 184959 1
715132 715132 337813 337813 PubChem (substance) 2 251506 251506 6
715134 715134 337813 337813 PubChem (substance) 2 235219 235219 4
715139 715139 337813 337813 PubChem (substance) 2 288683 288683 3
715144 715144 337813 337813 PubChem (substance) 2 288692 288692 5
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 1764.028ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website