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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
102836 102836 62429 62429 PubChem (compound) 1 192633 192633 1
102837 102837 62430 62430 PubChem (compound) 1 192633 192633 1
102838 102838 370746 370746 PubChem (compound) 1 192633 192633 1
441281 441281 62430 62430 PubChem (substance) 2 192633 192633 1
441282 441282 62429 62429 PubChem (substance) 2 192633 192633 1
441283 441283 72048 72048 PubChem (substance) 2 192633 192633 1
441284 441284 370746 370746 PubChem (substance) 2 192633 192633 1
441285 441285 72047 72047 PubChem (substance) 2 192633 192633 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 1800.826ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website