api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 83514
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1039626 | 1039626 | 119541 119541 | CAS Common Chemistry 3 | 83514 83514 | 1 |
| 1039627 | 1039627 | 119542 119542 | CAS Common Chemistry 3 | 83514 83514 | 1 |
| 1242616 | 1242616 | 119541 119541 | Computational Toxicology and Exposure Data 4 | 83514 83514 | 1 |
| 1242617 | 1242617 | 407891 407891 | Computational Toxicology and Exposure Data 4 | 83514 83514 | 2 |
| 1242618 | 1242618 | 119542 119542 | Computational Toxicology and Exposure Data 4 | 83514 83514 | 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)
);