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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
278601 278601 390746 390746 PubChem (compound) 1 36955 36955 1
670510 670510 390746 390746 PubChem (substance) 2 36955 36955 1
670511 670511 390752 390752 PubChem (substance) 2 36955 36955 6
1122437 1122437 390746 390746 CAS Common Chemistry 3 36955 36955 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 1170.683ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website