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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
732470 732470 32168 32168 PubChem (substance) 2 17352 17352 4
987592 987592 32169 32169 CAS Common Chemistry 3 17352 17352 1
987593 987593 32168 32168 CAS Common Chemistry 3 17352 17352 1
987594 987594 416066 416066 CAS Common Chemistry 3 17352 17352 1
987595 987595 157357 157357 CAS Common Chemistry 3 17352 17352 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 506.892ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website