home / zeropm-v0-0-4

api_results

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

13 rows where inchi_id = 206636

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
62651 62651 29543 29543 PubChem (compound) 1 206636 206636 1
62652 62652 148751 148751 PubChem (compound) 1 206636 206636 1
62653 62653 29355 29355 PubChem (compound) 1 206636 206636 1
62654 62654 349756 349756 PubChem (compound) 1 206636 206636 1
384733 384733 29543 29543 PubChem (substance) 2 206636 206636 1
384734 384734 29544 29544 PubChem (substance) 2 206636 206636 1
384735 384735 194555 194555 PubChem (substance) 2 206636 206636 1
384736 384736 29355 29355 PubChem (substance) 2 206636 206636 2
384737 384737 148751 148751 PubChem (substance) 2 206636 206636 1
384738 384738 349756 349756 PubChem (substance) 2 206636 206636 1
384739 384739 349757 349757 PubChem (substance) 2 206636 206636 1
384740 384740 349758 349758 PubChem (substance) 2 206636 206636 1
729790 729790 29543 29543 PubChem (substance) 2 206636 206636 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 2617.384ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website