api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 124573
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1172898 | 1172898 | 19832 19832 | Computational Toxicology and Exposure Data 4 | 124573 124573 | 1 |
| 1172899 | 1172899 | 19831 19831 | Computational Toxicology and Exposure Data 4 | 124573 124573 | 1 |
| 1172900 | 1172900 | 438833 438833 | Computational Toxicology and Exposure Data 4 | 124573 124573 | 1 |
| 1172901 | 1172901 | 54359 54359 | Computational Toxicology and Exposure Data 4 | 124573 124573 | 1 |
| 1172902 | 1172902 | 318400 318400 | Computational Toxicology and Exposure Data 4 | 124573 124573 | 1 |
| 1172903 | 1172903 | 323445 323445 | Computational Toxicology and Exposure Data 4 | 124573 124573 | 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)
);