api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 345417
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 25398 | 25398 | 345417 345417 | PubChem (compound) 1 | 83820 83820 | 1 |
| 332038 | 332038 | 345417 345417 | PubChem (substance) 2 | 83820 83820 | 2 |
| 657614 | 657614 | 345417 345417 | PubChem (substance) 2 | 137717 137717 | 1 |
| 956859 | 956859 | 345417 345417 | CAS Common Chemistry 3 | 83820 83820 | 1 |
| 1156971 | 1156971 | 345417 345417 | Computational Toxicology and Exposure Data 4 | 83820 83820 | 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)
);