api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 89266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 234213 | 234213 | 223261 223261 | PubChem (compound) 1 | 89266 89266 | 1 |
| 234214 | 234214 | 223262 223262 | PubChem (compound) 1 | 89266 89266 | 1 |
| 613683 | 613683 | 97608 97608 | PubChem (substance) 2 | 89266 89266 | 2 |
| 613684 | 613684 | 223261 223261 | PubChem (substance) 2 | 89266 89266 | 1 |
| 613685 | 613685 | 223262 223262 | PubChem (substance) 2 | 89266 89266 | 1 |
| 1105925 | 1105925 | 223261 223261 | CAS Common Chemistry 3 | 89266 89266 | 1 |
| 1105926 | 1105926 | 223262 223262 | CAS Common Chemistry 3 | 89266 89266 | 1 |
| 1307980 | 1307980 | 223262 223262 | Computational Toxicology and Exposure Data 4 | 89266 89266 | 1 |
| 1307981 | 1307981 | 223261 223261 | Computational Toxicology and Exposure Data 4 | 89266 89266 | 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)
);