api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 114113
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 133504 | 133504 | 114113 114113 | PubChem (compound) 1 | 48435 48435 | 1 |
| 483534 | 483534 | 114113 114113 | PubChem (substance) 2 | 48435 48435 | 1 |
| 780725 | 780725 | 114113 114113 | PubChem (substance) 2 | 197301 197301 | 2 |
| 1035104 | 1035104 | 114113 114113 | CAS Common Chemistry 3 | 48435 48435 | 1 |
| 1238074 | 1238074 | 114113 114113 | Computational Toxicology and Exposure Data 4 | 107956 107956 | 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)
);