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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
987084 987084 31823 31823 CAS Common Chemistry 3 14557 14557 1
987085 987085 332895 332895 CAS Common Chemistry 3 14557 14557 1
987086 987086 354137 354137 CAS Common Chemistry 3 14557 14557 1
987087 987087 99537 99537 CAS Common Chemistry 3 14557 14557 1
987088 987088 99536 99536 CAS Common Chemistry 3 14557 14557 1
1066248 1066248 155116 155116 CAS Common Chemistry 3 14557 14557 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 937.455ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website