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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
732593 732593 32268 32268 PubChem (substance) 2 17794 17794 6
732594 732594 157693 157693 PubChem (substance) 2 17794 17794 2
987757 987757 32268 32268 CAS Common Chemistry 3 17794 17794 1
987758 987758 314966 314966 CAS Common Chemistry 3 17794 17794 1
987759 987759 314965 314965 CAS Common Chemistry 3 17794 17794 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 914.073ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website