home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 353098

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
172884 172884 353098 353098 PubChem (compound) 1 108961 108961 1
491429 491429 353098 353098 PubChem (substance) 2 83881 83881 3
535636 535636 353098 353098 PubChem (substance) 2 108961 108961 1
807713 807713 353098 353098 PubChem (substance) 2 108961 108961 2
807715 807715 353098 353098 PubChem (substance) 2 296921 296921 4
1065151 1065151 353098 353098 CAS Common Chemistry 3 12485 12485 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 459.572ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website