api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
11 rows where inchi_id = 34202
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 151653 | 151653 | 131598 131598 | PubChem (compound) 1 | 34202 34202 | 1 |
| 151654 | 151654 | 131599 131599 | PubChem (compound) 1 | 34202 34202 | 1 |
| 151655 | 151655 | 410709 410709 | PubChem (compound) 1 | 34202 34202 | 1 |
| 507441 | 507441 | 132008 132008 | PubChem (substance) 2 | 34202 34202 | 3 |
| 507442 | 507442 | 131598 131598 | PubChem (substance) 2 | 34202 34202 | 1 |
| 507443 | 507443 | 410709 410709 | PubChem (substance) 2 | 34202 34202 | 1 |
| 507444 | 507444 | 236528 236528 | PubChem (substance) 2 | 34202 34202 | 1 |
| 507445 | 507445 | 131599 131599 | PubChem (substance) 2 | 34202 34202 | 1 |
| 1048995 | 1048995 | 131598 131598 | CAS Common Chemistry 3 | 34202 34202 | 1 |
| 1251796 | 1251796 | 131598 131598 | Computational Toxicology and Exposure Data 4 | 34202 34202 | 1 |
| 1251797 | 1251797 | 236528 236528 | Computational Toxicology and Exposure Data 4 | 34202 34202 | 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)
);