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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
97884 97884 197888 197888 PubChem (compound) 1 229888 229888 1
434054 434054 197888 197888 PubChem (substance) 2 128895 128895 5
434057 434057 197888 197888 PubChem (substance) 2 229888 229888 1
434064 434064 197888 197888 PubChem (substance) 2 128895 128895 4
434072 434072 197888 197888 PubChem (substance) 2 130586 130586 2
748566 748566 197888 197888 PubChem (substance) 2 191919 191919 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 457.472ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website