api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 128461
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1213225 | 1213225 | 58927 58927 | Computational Toxicology and Exposure Data 4 | 128461 128461 | 1 |
| 1213226 | 1213226 | 58928 58928 | Computational Toxicology and Exposure Data 4 | 128461 128461 | 1 |
| 1213227 | 1213227 | 371663 371663 | Computational Toxicology and Exposure Data 4 | 128461 128461 | 1 |
| 1213228 | 1213228 | 105674 105674 | Computational Toxicology and Exposure Data 4 | 128461 128461 | 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)
);