api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 15415
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 144292 | 144292 | 124256 124256 | PubChem (compound) 1 | 15415 15415 | 1 |
| 144293 | 144293 | 124257 124257 | PubChem (compound) 1 | 15415 15415 | 1 |
| 497859 | 497859 | 124257 124257 | PubChem (substance) 2 | 15415 15415 | 1 |
| 497860 | 497860 | 187328 187328 | PubChem (substance) 2 | 15415 15415 | 2 |
| 497861 | 497861 | 124256 124256 | PubChem (substance) 2 | 15415 15415 | 1 |
| 1043279 | 1043279 | 124256 124256 | CAS Common Chemistry 3 | 15415 15415 | 1 |
| 1246201 | 1246201 | 124257 124257 | Computational Toxicology and Exposure Data 4 | 15415 15415 | 1 |
| 1246202 | 1246202 | 124256 124256 | Computational Toxicology and Exposure Data 4 | 15415 15415 | 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)
);