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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
149577 149577 129472 129472 PubChem (compound) 1 29430 29430 1
504699 504699 129472 129472 PubChem (substance) 2 29430 29430 1
791708 791708 129472 129472 PubChem (substance) 2 202130 202130 2
791709 791709 129472 129472 PubChem (substance) 2 202730 202730 3
791710 791710 129472 129472 PubChem (substance) 2 202731 202731 4
1047409 1047409 129472 129472 CAS Common Chemistry 3 29430 29430 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 673.533ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website