api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 101863
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1144208 | 1144208 | 5774 5774 | Computational Toxicology and Exposure Data 4 | 101863 101863 | 1 |
| 1144209 | 1144209 | 308196 308196 | Computational Toxicology and Exposure Data 4 | 101863 101863 | 1 |
| 1144210 | 1144210 | 5777 5777 | Computational Toxicology and Exposure Data 4 | 101863 101863 | 1 |
| 1144211 | 1144211 | 18454 18454 | Computational Toxicology and Exposure Data 4 | 101863 101863 | 1 |
| 1144212 | 1144212 | 301606 301606 | Computational Toxicology and Exposure Data 4 | 101863 101863 | 1 |
| 1144213 | 1144213 | 365492 365492 | Computational Toxicology and Exposure Data 4 | 101863 101863 | 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)
);