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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
717043 717043 153901 153901 PubChem (substance) 2 12855 12855 1
717044 717044 17974 17974 PubChem (substance) 2 12855 12855 8
717045 717045 153900 153900 PubChem (substance) 2 12855 12855 2
717046 717046 438079 438079 PubChem (substance) 2 12855 12855 8
1065354 1065354 153900 153900 CAS Common Chemistry 3 12855 12855 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 1143.38ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website