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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
748691 748691 58380 58380 PubChem (substance) 2 61813 61813 2
1010720 1010720 58381 58381 CAS Common Chemistry 3 61813 61813 1
1010721 1010721 58380 58380 CAS Common Chemistry 3 61813 61813 1
1010722 1010722 408148 408148 CAS Common Chemistry 3 61813 61813 1
1010723 1010723 117752 117752 CAS Common Chemistry 3 61813 61813 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 1266.956ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website