home / zeropm-v0-0-4

api_results

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

8 rows where inchi_id = 7789

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
283861 283861 406694 406694 PubChem (compound) 1 7789 7789 2
677333 677333 15843 15843 PubChem (substance) 2 7789 7789 3
677334 677334 406694 406694 PubChem (substance) 2 7789 7789 2
962880 962880 15844 15844 CAS Common Chemistry 3 7789 7789 1
962881 962881 15843 15843 CAS Common Chemistry 3 7789 7789 1
962882 962882 65775 65775 CAS Common Chemistry 3 7789 7789 1
962883 962883 231374 231374 CAS Common Chemistry 3 7789 7789 1
962884 962884 406694 406694 CAS Common Chemistry 3 7789 7789 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 440.696ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website