api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 98857
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1168903 | 1168903 | 17882 17882 | Computational Toxicology and Exposure Data 4 | 98857 98857 | 1 |
| 1168904 | 1168904 | 17881 17881 | Computational Toxicology and Exposure Data 4 | 98857 98857 | 1 |
| 1168905 | 1168905 | 115430 115430 | Computational Toxicology and Exposure Data 4 | 98857 98857 | 1 |
| 1168906 | 1168906 | 160759 160759 | Computational Toxicology and Exposure Data 4 | 98857 98857 | 1 |
| 1168907 | 1168907 | 364301 364301 | Computational Toxicology and Exposure Data 4 | 98857 98857 | 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)
);