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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
266963 266963 356198 356198 PubChem (compound) 1 266466 266466 7
655742 655742 11478 11478 PubChem (substance) 2 266466 266466 8
655743 655743 308284 308284 PubChem (substance) 2 266466 266466 8
655744 655744 341202 341202 PubChem (substance) 2 266466 266466 9
655745 655745 356198 356198 PubChem (substance) 2 266466 266466 7
655746 655746 105111 105111 PubChem (substance) 2 266466 266466 8
655747 655747 341201 341201 PubChem (substance) 2 266466 266466 8
655748 655748 11479 11479 PubChem (substance) 2 266466 266466 8
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 1499.814ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website