home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 123972

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
143996 143996 123972 123972 PubChem (compound) 1 14500 14500 1
497478 497478 123972 123972 PubChem (substance) 2 14500 14500 1
788132 788132 123972 123972 PubChem (substance) 2 197256 197256 4
788134 788134 123972 123972 PubChem (substance) 2 192367 192367 2
788135 788135 123972 123972 PubChem (substance) 2 192458 192458 3
788136 788136 123972 123972 PubChem (substance) 2 141894 141894 5
1043047 1043047 123972 123972 CAS Common Chemistry 3 14500 14500 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 480.209ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website