api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 106859
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1144340 | 1144340 | 5848 5848 | Computational Toxicology and Exposure Data 4 | 106859 106859 | 1 |
| 1144341 | 1144341 | 81352 81352 | Computational Toxicology and Exposure Data 4 | 106859 106859 | 1 |
| 1144342 | 1144342 | 81351 81351 | Computational Toxicology and Exposure Data 4 | 106859 106859 | 1 |
| 1144343 | 1144343 | 5849 5849 | Computational Toxicology and Exposure Data 4 | 106859 106859 | 1 |
| 1144344 | 1144344 | 364266 364266 | Computational Toxicology and Exposure Data 4 | 106859 106859 | 1 |
| 1144345 | 1144345 | 438041 438041 | Computational Toxicology and Exposure Data 4 | 106859 106859 | 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)
);