home / zeropm-v0-0-4

api_results

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

4 rows where inchi_id = 239092

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
728087 728087 28340 28340 PubChem (substance) 2 239092 239092 4
728088 728088 102993 102993 PubChem (substance) 2 239092 239092 6
728089 728089 28339 28339 PubChem (substance) 2 239092 239092 5
728090 728090 240626 240626 PubChem (substance) 2 239092 239092 2
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 515.21ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website