home / zeropm-v0-0-4

api_results

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

4 rows where query_id = 329400

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
44584 44584 329400 329400 PubChem (compound) 1 6134 6134 1
359087 359087 329400 329400 PubChem (substance) 2 6134 6134 1
1061549 1061549 329400 329400 CAS Common Chemistry 3 6134 6134 1
1263829 1263829 329400 329400 Computational Toxicology and Exposure Data 4 127493 127493 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 685.632ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website