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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
113931 113931 84184 84184 PubChem (compound) 1 120641 120641 1
456402 456402 84184 84184 PubChem (substance) 2 120641 120641 1
505292 505292 84184 84184 PubChem (substance) 2 30474 30474 2
1021416 1021416 84184 84184 CAS Common Chemistry 3 30475 30475 1
1223878 1223878 84184 84184 Computational Toxicology and Exposure Data 4 120641 120641 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 2063.26ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website