api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 191699
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 209185 | 209185 | 191699 191699 | PubChem (compound) 1 | 63080 63080 | 1 |
| 582485 | 582485 | 191699 191699 | PubChem (substance) 2 | 63080 63080 | 1 |
| 748225 | 748225 | 191699 191699 | PubChem (substance) 2 | 149876 149876 | 2 |
| 1090128 | 1090128 | 191699 191699 | CAS Common Chemistry 3 | 63080 63080 | 1 |
| 1291872 | 1291872 | 191699 191699 | Computational Toxicology and Exposure Data 4 | 130191 130191 | 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)
);