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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
265938 265938 344403 344403 PubChem (compound) 1 77025 77025 1
654018 654018 344403 344403 PubChem (substance) 2 77025 77025 1
913731 913731 344403 344403 PubChem (substance) 2 239344 239344 2
1115936 1115936 344403 344403 CAS Common Chemistry 3 77025 77025 1
1327945 1327945 344403 344403 Computational Toxicology and Exposure Data 4 77025 77025 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 1281.441ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website