api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 354430
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 67017 | 67017 | 354430 354430 | PubChem (compound) 1 | 16834 16834 | 1 |
| 389825 | 389825 | 354430 354430 | PubChem (substance) 2 | 14641 14641 | 4 |
| 391259 | 391259 | 354430 354430 | PubChem (substance) 2 | 16834 16834 | 1 |
| 731966 | 731966 | 354430 354430 | PubChem (substance) 2 | 227773 227773 | 2 |
| 915263 | 915263 | 354430 354430 | PubChem (substance) 2 | 229492 229492 | 3 |
| 987532 | 987532 | 354430 354430 | CAS Common Chemistry 3 | 16834 16834 | 1 |
| 1190452 | 1190452 | 354430 354430 | Computational Toxicology and Exposure Data 4 | 16834 16834 | 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)
);