api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 44631
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 784559 | 784559 | 119765 119765 | PubChem (substance) 2 | 44631 44631 | 2 |
| 1028200 | 1028200 | 237918 237918 | CAS Common Chemistry 3 | 44631 44631 | 1 |
| 1028201 | 1028201 | 103680 103680 | CAS Common Chemistry 3 | 44631 44631 | 1 |
| 1028202 | 1028202 | 103679 103679 | CAS Common Chemistry 3 | 44631 44631 | 1 |
| 1230964 | 1230964 | 103680 103680 | Computational Toxicology and Exposure Data 4 | 44631 44631 | 1 |
| 1230965 | 1230965 | 103679 103679 | Computational Toxicology and Exposure Data 4 | 44631 44631 | 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)
);