api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 106229
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 126081 | 126081 | 106229 106229 | PubChem (compound) 1 | 81206 81206 | 1 |
| 341117 | 341117 | 106229 106229 | PubChem (substance) 2 | 32790 32790 | 2 |
| 473609 | 473609 | 106229 106229 | PubChem (substance) 2 | 81206 81206 | 1 |
| 1029508 | 1029508 | 106229 106229 | CAS Common Chemistry 3 | 81206 81206 | 1 |
| 1232358 | 1232358 | 106229 106229 | Computational Toxicology and Exposure Data 4 | 81206 81206 | 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)
);