api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 240085
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 37117 | 37117 | 240085 240085 | PubChem (compound) 1 | 45197 45197 | 1 |
| 348813 | 348813 | 240085 240085 | PubChem (substance) 2 | 45197 45197 | 1 |
| 841967 | 841967 | 240085 240085 | PubChem (substance) 2 | 162065 162065 | 2 |
| 1109471 | 1109471 | 240085 240085 | CAS Common Chemistry 3 | 72602 72602 | 1 |
| 1313606 | 1313606 | 240085 240085 | Computational Toxicology and Exposure Data 4 | 72602 72602 | 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)
);