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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
970769 970769 19996 19996 CAS Common Chemistry 3 8245 8245 1
970770 970770 99876 99876 CAS Common Chemistry 3 8245 8245 1
970771 970771 19997 19997 CAS Common Chemistry 3 8245 8245 1
970772 970772 99875 99875 CAS Common Chemistry 3 8245 8245 1
970773 970773 99872 99872 CAS Common Chemistry 3 8245 8245 1
970774 970774 351157 351157 CAS Common Chemistry 3 8245 8245 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 466.836ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website