api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 54000
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1086283 | 1086283 | 185585 185585 | CAS Common Chemistry 3 | 54000 54000 | 1 |
| 1086284 | 1086284 | 185587 185587 | CAS Common Chemistry 3 | 54000 54000 | 1 |
| 1195183 | 1195183 | 36286 36286 | Computational Toxicology and Exposure Data 4 | 54000 54000 | 1 |
| 1195184 | 1195184 | 58415 58415 | Computational Toxicology and Exposure Data 4 | 54000 54000 | 1 |
| 1195185 | 1195185 | 311883 311883 | Computational Toxicology and Exposure Data 4 | 54000 54000 | 1 |
| 1195186 | 1195186 | 171958 171958 | Computational Toxicology and Exposure Data 4 | 54000 54000 | 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)
);