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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
266439 266439 346518 346518 PubChem (compound) 1 110197 110197 1
382618 382618 346518 346518 PubChem (substance) 2 229745 229745 2
382726 382726 346518 346518 PubChem (substance) 2 120942 120942 4
445514 445514 346518 346518 PubChem (substance) 2 229885 229885 3
654841 654841 346518 346518 PubChem (substance) 2 110197 110197 1
983076 983076 346518 346518 CAS Common Chemistry 3 379 379 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 415.152ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website