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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
911032 911032 337961 337961 PubChem (substance) 2 38098 38098 2
1115252 1115252 337961 337961 CAS Common Chemistry 3 38098 38098 1
1115253 1115253 337962 337962 CAS Common Chemistry 3 38098 38098 1
1115254 1115254 360224 360224 CAS Common Chemistry 3 38098 38098 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 663.998ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website