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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
164598 164598 144512 144512 PubChem (compound) 1 73485 73485 1
524338 524338 144512 144512 PubChem (substance) 2 73485 73485 1
667062 667062 144512 144512 PubChem (substance) 2 21101 21101 2
1058643 1058643 144512 144512 CAS Common Chemistry 3 73485 73485 1
1261217 1261217 144512 144512 Computational Toxicology and Exposure Data 4 73485 73485 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 1558.823ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website