home / zeropm-v0-0-4

api_results

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

5 rows where query_id = 100036

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
413362 413362 100036 100036 PubChem (substance) 2 219735 219735 1
590450 590450 100036 100036 PubChem (substance) 2 148414 148414 2
739801 739801 100036 100036 PubChem (substance) 2 184921 184921 4
739804 739804 100036 100036 PubChem (substance) 2 278154 278154 5
739808 739808 100036 100036 PubChem (substance) 2 172481 172481 3
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 779.273ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website