home / zeropm-v0-0-4

api_results

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

6 rows where inchi_id = 860

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
1059789 1059789 150824 150824 CAS Common Chemistry 3 860 860 1
1059790 1059790 146647 146647 CAS Common Chemistry 3 860 860 1
1059791 1059791 146646 146646 CAS Common Chemistry 3 860 860 1
1059792 1059792 346747 346747 CAS Common Chemistry 3 860 860 1
1059793 1059793 346748 346748 CAS Common Chemistry 3 860 860 1
1059794 1059794 302159 302159 CAS Common Chemistry 3 860 860 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 1163.525ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website