home / zeropm-v0-0-4

api_results

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

6 rows where inchi_id = 168112

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
280647 280647 395437 395437 PubChem (compound) 1 168112 168112 3
673103 673103 345085 345085 PubChem (substance) 2 168112 168112 2
673104 673104 191855 191855 PubChem (substance) 2 168112 168112 2
673105 673105 345086 345086 PubChem (substance) 2 168112 168112 1
673106 673106 212660 212660 PubChem (substance) 2 168112 168112 2
673107 673107 395437 395437 PubChem (substance) 2 168112 168112 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 962.307ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website