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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
13201 13201 93385 93385 PubChem (compound) 1 74101 74101 1
314308 314308 93385 93385 PubChem (substance) 2 74101 74101 1
510488 510488 93385 93385 PubChem (substance) 2 40013 40013 3
569743 569743 93385 93385 PubChem (substance) 2 48122 48122 2
947951 947951 93385 93385 CAS Common Chemistry 3 74101 74101 1
1146385 1146385 93385 93385 Computational Toxicology and Exposure Data 4 74101 74101 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 458.34ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website