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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
36139 36139 437577 437577 PubChem (compound) 1 133163 133163 2
264220 264220 437577 437577 PubChem (compound) 1 184959 184959 1
347347 347347 437577 437577 PubChem (substance) 2 133163 133163 2
650979 650979 437577 437577 PubChem (substance) 2 184959 184959 1
715131 715131 437577 437577 PubChem (substance) 2 251506 251506 6
715135 715135 437577 437577 PubChem (substance) 2 235219 235219 4
715142 715142 437577 437577 PubChem (substance) 2 288683 288683 3
715143 715143 437577 437577 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 1161.128ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website