api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 115228
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1166616 | 1166616 | 16850 16850 | Computational Toxicology and Exposure Data 4 | 115228 115228 | 1 |
| 1166617 | 1166617 | 16849 16849 | Computational Toxicology and Exposure Data 4 | 115228 115228 | 1 |
| 1166618 | 1166618 | 231836 231836 | Computational Toxicology and Exposure Data 4 | 115228 115228 | 1 |
| 1166619 | 1166619 | 112702 112702 | Computational Toxicology and Exposure Data 4 | 115228 115228 | 1 |
| 1166620 | 1166620 | 361564 361564 | Computational Toxicology and Exposure Data 4 | 115228 115228 | 1 |
| 1166621 | 1166621 | 112705 112705 | Computational Toxicology and Exposure Data 4 | 115228 115228 | 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)
);