api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 81105
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 37597 | 37597 | 81105 81105 | PubChem (compound) 1 | 46430 46430 | 1 |
| 349474 | 349474 | 81105 81105 | PubChem (substance) 2 | 46430 46430 | 1 |
| 760904 | 760904 | 81105 81105 | PubChem (substance) 2 | 195583 195583 | 2 |
| 965568 | 965568 | 81105 81105 | CAS Common Chemistry 3 | 46430 46430 | 1 |
| 1167331 | 1167331 | 81105 81105 | Computational Toxicology and Exposure Data 4 | 46430 46430 | 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)
);