home / zeropm-v0-0-4

api_results

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

4 rows where inchi_id = 36507

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
267343 267343 359878 359878 PubChem (compound) 1 36507 36507 1
656262 656262 359878 359878 PubChem (substance) 2 36507 36507 1
656263 656263 142544 142544 PubChem (substance) 2 36507 36507 2
1116799 1116799 359878 359878 CAS Common Chemistry 3 36507 36507 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 969.716ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website