api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 389005
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 277545 | 277545 | 389005 389005 | PubChem (compound) 1 | 21231 21231 | 1 |
| 669161 | 669161 | 389005 389005 | PubChem (substance) 2 | 21231 21231 | 1 |
| 710804 | 710804 | 389005 389005 | PubChem (substance) 2 | 136362 136362 | 2 |
| 1122060 | 1122060 | 389005 389005 | CAS Common Chemistry 3 | 21231 21231 | 1 |
| 1335641 | 1335641 | 389005 389005 | Computational Toxicology and Exposure Data 4 | 21231 21231 | 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)
);