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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
724059 724059 24652 24652 PubChem (substance) 2 50317 50317 6
978065 978065 294094 294094 CAS Common Chemistry 3 50317 50317 1
978066 978066 24652 24652 CAS Common Chemistry 3 50317 50317 1
978067 978067 24653 24653 CAS Common Chemistry 3 50317 50317 1
978068 978068 412002 412002 CAS Common Chemistry 3 50317 50317 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 547.945ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website