home / zeropm-v0-0-4

api_results

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

5 rows where inchi_id = 53564

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
203214 203214 185266 185266 PubChem (compound) 1 53564 53564 1
574878 574878 185267 185267 PubChem (substance) 2 53564 53564 2
574879 574879 228185 228185 PubChem (substance) 2 53564 53564 7
574880 574880 185266 185266 PubChem (substance) 2 53564 53564 1
1086105 1086105 185266 185266 CAS Common Chemistry 3 53564 53564 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 1801.949ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website