api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 120058
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1145687 | 1145687 | 128963 128963 | Computational Toxicology and Exposure Data 4 | 120058 120058 | 1 |
| 1145688 | 1145688 | 6609 6609 | Computational Toxicology and Exposure Data 4 | 120058 120058 | 1 |
| 1145689 | 1145689 | 235726 235726 | Computational Toxicology and Exposure Data 4 | 120058 120058 | 1 |
| 1145690 | 1145690 | 301851 301851 | Computational Toxicology and Exposure Data 4 | 120058 120058 | 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)
);